Class: SelectionChangedEvent

Core.SpreadsheetEditor. SelectionChangedEvent


new SelectionChangedEvent()

A class that represents the object included when a `SelectionChanged` event is fired.

Methods


getSelectionRangeDisplayValue()

Returns:
A string that contains the selected range. For single cell selection it returns a one cell value, such as 'A1'. For multiple cell selection, it will return for example 'A1:B2'.
Type
string