FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RowColEventArgs Class / RowColEventArgs Constructor
Index of the row that caused the event.
Index of the column that caused the event.

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

    Parameters

    row
    Index of the row that caused the event.
    col
    Index of the column that caused the event.
    See Also