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