ASPxClientSpreadsheetEditMode Enum
In This Article
Lists values identifying a type of the element currently being edited in the Spreadsheet control.
#Declaration
TypeScript
declare enum ASPxClientSpreadsheetEditMode {
None = 0,
Cell = 1,
Comment = 2,
}
#Members
Name | Description |
---|---|
Cell
|
Specifies that the element currently being edited is the spreadsheet cell. |
Comment
|
Specifies that the element currently being edited is the cell’s comment. |
None
|
Specifies that no elements are currently being edited. |
#Remarks
The values listed by this enumerator are returned by the ASPxClientSpreadsheet.GetEditMode method.