Selects a given cell.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Select(
System.int ,
System.int
)
Parameters
- row
- Index of the row that contains the selected cell.
- col
- Index of the column that contains the selected cell.
See Also