Gets the collection of rows in the grid.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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