Skip to main content

ASPxClientSpreadsheetCellBeginEditEventArgs Properties

Provides data for the ASPxClientSpreadsheet.CellBeginEdit event.
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.
displayText Specifies the text displayed in the processed cell.
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