C1.Win.FlexGrid Namespace / RowCol Class / Index Property

In This Topic
Index Property (RowCol)
In This Topic
Gets the index of this row or column in its parent collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Index As Integer
 
Remarks

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

See Also