ComponentOne FlexGrid for WinForms
Col Property (RowColEventArgs)

C1.Win.C1FlexGrid Namespace > RowColEventArgs Class : Col Property
Gets the index of the column that caused the event.
Syntax
'Declaration
 
Public ReadOnly Property Col As Integer
public int Col {get;}
Remarks
This value may be set to -1 if the event was caused by a row.
See Also

Reference

RowColEventArgs Class
RowColEventArgs Members