ASPxClientSpreadsheetCellCancelEditEventArgs Properties
Provides data for the ASPxClientSpreadsheet.CellCancelEdit event.
Name | Description |
---|---|
column |
Gets the active cell’s column index. |
display |
Specifies the text displayed in the processed cell. |
formula | Gets the active cell’s formula. |
row |
Gets the active cell’s row index. |
sheet |
Gets the current worksheet’s name. |
value | Gets the active cell’s current value. |
See Also