Back to Devexpress

SpreadsheetCustomCellEditEventArgs Properties

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcustomcellediteventargs-dot-underscore-properties.md

latest3.1 KB
Original Source

SpreadsheetCustomCellEditEventArgs Properties

Provides data for the SpreadsheetControl.CustomCellEdit event.

NameDescription
CellGets the cell for which the event is fired. Inherited from SpreadsheetCellEventArgsBase.
ColumnIndexGets the index of the column that contains the cell. Inherited from SpreadsheetCellEventArgsBase.
EditSettingsGets or sets an object that contains the custom cell editor’s settings.
FormulaGets the formula that is currently contained in the cell. Inherited from SpreadsheetCellEventArgsBase.
FormulaInvariantGets the formula in the invariant culture that is currently contained in the cell. Inherited from SpreadsheetCellEventArgsBase.
RowIndexGets the index of the row that contains the cell. Inherited from SpreadsheetCellEventArgsBase.
SheetNameGets the name of the worksheet that contains the cell. Inherited from SpreadsheetCellEventArgsBase.
ValueGets the value currently contained in the cell. Inherited from SpreadsheetCellEventArgsBase.
ValueObjectGets a value associated with the CustomCellInplaceEditor object assigned to the cell.
WorksheetGets the worksheet that contains the cell. Inherited from SpreadsheetCellEventArgsBase.

See Also

SpreadsheetCustomCellEditEventArgs Class

SpreadsheetCustomCellEditEventArgs Members

DevExpress.Xpf.Spreadsheet Namespace