FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Rows Property

In This Topic
    Rows Property (C1FlexGrid)
    In This Topic
    Gets the collection of rows in the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RowCollection
    public RowCollection Rows {get;}
    Remarks
    This property is equivalent to Cells.Rows.
    See Also