ASPxClientSpreadsheetSelection Class
In This Article
Represents the selection in the Spreadsheet.
#Declaration
TypeScript
declare class ASPxClientSpreadsheetSelection
#Remarks
This object can be accessed by using the ASPxClientSpreadsheet.GetSelection method or by using the ASPxClientSpreadsheetSelectionChangedEventArgs.selection property in the ASPxClientSpreadsheet.SelectionChanged event’s handler.
See Also