ComponentOne FlexGrid for WPF and Silverlight
Rows Property (C1FlexGrid)

C1.Silverlight.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