ComponentOne FlexGrid for UWP
Rows Property (C1FlexGrid)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : Rows Property
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

Reference

C1FlexGrid Class
C1FlexGrid Members