SelectionChangedEventArgs Class
Provides data for the selectionChanged event.
Declaration
class SelectionChangedEventArgs extends EventArgs
Inheritance
EventArgs
SelectionChangedEventArgs
Properties
selection Property
Gets an object that defines the currently selected region within the Spreadsheet.
Declaration
selection: Selection
Property Value
Type | Description |
---|---|
Selection | An object that defines the current selection. |