[]
Sets the focus to the given cell.
public void SetActiveCell(int row, int col)
Public Sub SetActiveCell(row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The zero based index of the row. |
| int | col | The zero based index of the column. |