ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Row Class / Index Property

In This Topic
    Index Property (Row)
    In This Topic
    Gets the index of this row in the RowCollection collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Index As Integer
    public override int Index {get;}
    Remarks

    This property returns -1 if the Row is not a member of the collection.

    See also the SafeIndex and DataIndex properties.

    See Also