ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / SelectedRanges Property

In This Topic
    SelectedRanges Property
    In This Topic
    Gets the selected ranges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedRanges As DataGridSelectedItemsCollection(Of DataGridCellsRange)

    Property Value

    The selected ranges.
    See Also