'Declaration
Public Event CellErrorTextChanged As CellErrorTextEventHandler
'Usage
Dim instance As FpSpread Dim handler As CellErrorTextEventHandler AddHandler instance.CellErrorTextChanged, handler
public event CellErrorTextEventHandler CellErrorTextChanged
Event Data
The event handler receives an argument of type CellErrorTextChangedEventArgs containing data related to this event. The following CellErrorTextChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColumnIndex | Gets the column index. |
RowIndex | Gets the row index. |
SheetView | Gets the SheetView object. |
See Also