[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowColEventArgs.-ctor

RowColEventArgs Constructor

RowColEventArgs(int, int)

Initializes a new instance of the RowColEventArgs class.

Declaration
public RowColEventArgs(int row, int col)
Public Sub New(row As Integer, col As Integer)
Parameters
Type Name Description
int row

Index of the row that caused the event.

int col

Index of the column that caused the event.