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

ASPxClientSpreadsheetCellEndEditEventArgs Members

Provides data for the ASPxClientSpreadsheet.CellEndEdit event.

Constructors

Name Description
constructor(columnIndex, rowIndex, formula, value, displayText, sheetName, editorText) Initializes a new instance of the ASPxClientSpreadsheetCellEndEditEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
columnIndex Gets the active cell’s column index. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
displayText Specifies the text displayed in the processed cell. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
editorText Gets or sets the text stored within the active cell’s editor.
formula Gets the active cell’s formula. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
rowIndex Gets the active cell’s row index. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
sheetName Gets the current worksheet’s name. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
value Gets the active cell’s current value. Inherited from ASPxClientSpreadsheetCellBeginEditEventArgs.
See Also