ASPxClientSpreadsheet.GetActiveSheetName Method
Gets a name of the worksheet that is currently displayed within the spreadsheet.
Declaration
GetActiveSheetName(): string
Returns
Type | Description |
---|---|
string | A string value that specifies the active worksheet’s name. |
Remarks
A worksheet’s name can be defined in the following ways:
By end-users via the worksheet’s context menu:
- Programmatically, via the Worksheet.Name property (see the How to: Rename a Worksheet example).
See Also