Gets the collection of rows in the grid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public RowCollection Rows { get; }
Visual Basic
Public ReadOnly Property Rows As RowCollection
	Get

Remarks

This property is equivalent to Cells.Rows.

See Also