[]
Sets the cursor of the grid to the specified row and column.
public bool SetCursor(int row, int column)
Public Function SetCursor(row As Integer, column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| Type | Description |
|---|---|
| bool |
|