Back to Devexpress

SpreadsheetCustomCellEditEventArgs Properties

windowsforms-devexpress-dot-xtraspreadsheet-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.
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.
RepositoryItemGets or sets the in-place editor for the current cell.
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.XtraSpreadsheet Namespace