FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / Rows Property

In This Topic
    Rows Property (GridControlRange)
    In This Topic
    Gets the indexes of the contained rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As IEnumerable(Of Integer)
    public IEnumerable<int> Rows {get;}
    See Also