ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GetErrorInfoEventArgs Class / GetErrorInfoEventArgs Constructor
The row index when error information is needed for a cell or row.
The column index when error information is needed for a cell or row.

In This Topic
    GetErrorInfoEventArgs Constructor
    In This Topic
    Initializes a new instance of the GetErrorInfoEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As Integer, _
       ByVal col As Integer _
    )
    public GetErrorInfoEventArgs( 
       int row,
       int col
    )

    Parameters

    row
    The row index when error information is needed for a cell or row.
    col
    The column index when error information is needed for a cell or row.
    See Also