Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CellErrorTextChanged Event


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

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