ComponentOne FlexGrid for WinForms
Index Property (Column)

C1.Win.C1FlexGrid Namespace > Column Class : Index Property
Gets the index of this row or column in its parent collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Index As Integer
public override int Index {get;}
Remarks

This property returns -1 if the row or column is not a member of the collection.

See Also

Reference

Column Class
Column Members