FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / Index Property

In This Topic
    Index Property (Row)
    In This Topic
    Gets the index of this row in the grid's C1FlexGrid.Rows collection.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property Index As Integer
    [Browsable(false)]
    public int Index {get;}
    See Also