SelectCell Method (SLDataGrid)

Class

SLDataGrid class

Action

Selects the specified cell.

Syntax

dataGrid.SelectCell(row, column, [modifiers])
Variable Description
row The row to select. LISTITEM.
column The cell to select. LISTITEM.
modifiers Optional.The modifier keys to press while selecting the cell. Use a modifier to select multiple cells. MODIFIERKEYSTATE.

Examples

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