Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / RowErrorTextChanged Event


In This Topic
    RowErrorTextChanged Event (FpSpread)
    In This Topic
    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
    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.

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