ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetCellErrorInfo Event

In This Topic
    GetCellErrorInfo Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GetCellErrorInfo As C1.Win.FlexGrid.GetErrorInfoEventHandler
    public event C1.Win.FlexGrid.GetErrorInfoEventHandler GetCellErrorInfo
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.GetErrorInfoEventArgs containing data related to this event. The following GetErrorInfoEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the column that may contain errors (or -1 if checking for row errors).  
    Gets or sets a message that describes the error.  
    Gets the index of the row that may contain errors.  
    See Also