Sets the focus to the given cell.
Syntax
'Declaration
Public Sub SetActiveCell( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetActiveCell(
System.int ,
System.int
)
Parameters
- row
- The zero based index of the row.
- col
- The zero based index of the column.
See Also