ComponentOne FlexGrid for WinForms
RowColEventArgs Constructor

C1.Win.C1FlexGrid Namespace > RowColEventArgs Class : RowColEventArgs Constructor
Index of the row that caused the event.
Index of the column that caused the event.
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

Reference

RowColEventArgs Class
RowColEventArgs Members