Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SelectionChangingEventArgs Class / OldSelections Property


In This Topic
    OldSelections Property
    In This Topic
    Gets the old selection ranges.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldSelections As CellRange()
    'Usage
     
    Dim instance As SelectionChangingEventArgs
    Dim value() As CellRange
     
    value = instance.OldSelections
    public CellRange[] OldSelections {get;}

    Property Value

    The old selection ranges.
    See Also