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


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

    Property Value

    The new selection ranges.
    See Also