ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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