How can I get the column name from within the TableControlCellClick event

I am displaying a context menu using the TableControlCellClick event.

I can get the colIndex and rowIndex using e.Inner.ColIndex...

How can I get the column name?

1 Reply

JB James Blibo January 24, 2007 07:26 PM UTC

found it... never mind

....tableCellStyle.TableCellIdentity.Column.Name

Loader.
Up arrow icon