ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionChangedEventArgs Class / AddedRanges Property

In This Topic
    AddedRanges Property (DataGridSelectionChangedEventArgs)
    In This Topic
    Gets the ranges that has been added to the selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AddedRanges As DataGridCellsRangeCollection
    public DataGridCellsRangeCollection AddedRanges {get;}

    Property Value

    The added ranges.
    See Also