FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / DetailRow Class / Index Property

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

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

    See also the Row.SafeIndex and Row.DataIndex properties.

    See Also