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

ASPxClientSpreadsheetCellBeginEditEventArgs Members

Provides data for the ASPxClientSpreadsheet.CellBeginEdit event.

Constructors

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

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. 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