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


RowErrorTextChanged Event (FpSpread)
Occurs when the row error text has changed.
Syntax
'Declaration
 
Public Event RowErrorTextChanged As RowErrorTextEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As RowErrorTextEventHandler
 
AddHandler instance.RowErrorTextChanged, handler
Event Data

The event handler receives an argument of type RowErrorTextChangedEventArgs containing data related to this event. The following RowErrorTextChangedEventArgs properties provide information specific to this event.

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