ComponentOne DataGrid for WPF and Silverlight
Rows Property (DataGridCellsRange)

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class : Rows Property
Gets the rows that have some cell belonging to this range.
Syntax
'Declaration
 
Public ReadOnly Property Rows As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> Rows {get;}

Property Value

The rows.
See Also

Reference

DataGridCellsRange Class
DataGridCellsRange Members