FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridBoundRow Class / Index Property

In This Topic
    Index Property (GridBoundRow)
    In This Topic
    Gets the index of the row inside the collection of rows of the associated FlexGrid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also