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

In This Topic
    Rows Property (DataGridCellsRangeCollection)
    In This Topic
    Collection of rows that have some cell belonging to some of the contained ranges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As DataGridSelectedItemsCollection(Of DataGridRow)

    Property Value

    The rows.
    See Also