SelectCell Method (SLDataGrid)

Class

SLDataGrid.

Action

Selects the specified cell.

Syntax

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.

Examples

In order to select a cell with the text "cell 1" in the third row type:
dataGrid.SelectCell(2, "cell 1")