[]
Starts the editing of the specified cell asynchronously.
public Task<bool> StartEditingAsync(int row, int col, bool fullEdit = true, bool focus = true)
| Type | Name | Description |
|---|---|---|
| int | row | The row index. |
| int | col | The column index. |
| bool | fullEdit | Whether to stay in edit mode when the user presses |
| bool | focus | Whether to set the focus and select the text in the editor. |
| Type | Description |
|---|---|
| Task<bool> |
|