RowColEventArgs Constructor
In This Topic
Initializes a new instance of the RowColEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public RowColEventArgs(
int ,
int
)
Parameters
- row
- Index of the row that caused the event.
- col
- Index of the column that caused the event.
See Also