Skip to main content
A newer version of this page is available. .

ASPxClientSpreadsheetCellCancelEditEventArgs Members

Provides data for the ASPxClientSpreadsheet.CellCancelEdit event.

Constructors

Name Description
constructor(columnIndex, rowIndex, formula, value, sheetName) Initializes a new instance of the ASPxClientSpreadsheetCellCancelEditEventArgs object. For internal use only.

Properties

Name Description
columnIndex Gets the active cell’s column index.
formula Gets the active cell’s formula.
rowIndex Gets the active cell’s row index.
sheetName Gets the current worksheet’s name.
value Gets the active cell’s current value.
See Also