Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CellErrorTextChanged Event


CellErrorTextChanged Event (FpSpread)
Occurs when the cell error text has changed.
Syntax
'Declaration
 
Public Event CellErrorTextChanged As CellErrorTextEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As CellErrorTextEventHandler
 
AddHandler instance.CellErrorTextChanged, handler
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.

PropertyDescription
Gets the column index.  
Gets the row index.  
Gets the SheetView object.  
See Also