'Declaration
Public Event RowErrorTextChanged As RowErrorTextEventHandler
'Usage
Dim instance As FpSpread Dim handler As RowErrorTextEventHandler AddHandler instance.RowErrorTextChanged, handler
public event RowErrorTextEventHandler RowErrorTextChanged
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.
Property | Description |
---|---|
RowIndex | Gets the row index. |
SheetView | Gets SheetView object. |
See Also