dataGrid.SelectCell(row, column, [modifiers])
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 items. ModifierKeys. |