ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / Rows Property

In This Topic
    Rows Property (DataGridCellsRange)
    In This Topic
    Gets the rows that have some cell belonging to this range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As IEnumerable(Of DataGridRow)
    public IEnumerable<DataGridRow> Rows {get;}

    Property Value

    The rows.
    See Also