constructor(columnIndex, rowIndex, formula, value, displayText, sheetName) Constructor
Initializes a new instance of the ASPxClientSpreadsheetCellCancelEditEventArgs class with specified settings.
Declaration
constructor(
columnIndex: number,
rowIndex: number,
formula: string,
value: string,
displayText: string,
sheetName: string
)
Parameters
Name | Type | Description |
---|---|---|
columnIndex | number | The active cell’s column index. |
rowIndex | number | The active cell’s row index. |
formula | string | The active cell’s formula. |
value | string | The active cell’s current value. |
displayText | string | The text displayed in the active cell. |
sheetName | string | The current worksheet’s name. |
See Also