ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GridError Event

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

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

    PropertyDescription
    Gets the column index of the cell where the error was detected.  
    Gets the C1.Win.FlexGrid.GridErrorEventArgs.Exception object that contains information about the error.  
    Gets or sets a value indicating whether the error situation has been handled by the control.  
    Gets the row index of the cell where the error was detected.  
    See Also