Skip to main content

SpreadsheetCellEventArgsBase Properties

Serves as the base for classes which provide data for the events which occur on changing cell values via the SpreadsheetControl UI.
Name Description
Cell Gets the cell for which the event is fired.
ColumnIndex Gets the index of the column that contains the cell.
Formula Gets the formula that is currently contained in the cell.
FormulaInvariant Gets the formula in the invariant culture that is currently contained in the cell.
RowIndex Gets the index of the row that contains the cell.
SheetName Gets the name of the worksheet that contains the cell.
Value Gets the value currently contained in the cell.
Worksheet Gets the worksheet that contains the cell.
See Also