[]
Sets the cursor of the grid to the specified row and column.
public bool SetCursor(GridControlRange range, bool cancellable)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The cursor range to set. |
| bool | cancellable | Specifies whether the operation is cancellable. |
| Type | Description |
|---|---|
| bool |
|