dataGrid.SelectCell(row, column, [modifiers])
Variable | Description |
---|---|
row | The row to select. ItemIdentifier. |
column | The cell to select. ItemIdentifier. |
modifiers | Optional: The modifier keys to press while selecting the cell. Use a modifier to select multiple cells. ModifierKeys. |
dataGrid.SelectCell(2, "cell 1")