Action
Selects the specified cell in a grid.
Syntax
Datagrid.SelectCell(DataGridCell, [bClearSelection])
Variable
|
Description
|
bClearSelection
|
Optional: If TRUE, first clears any existing selection. The default is FALSE.
BOOLEAN.
|
DataGridCell
|
The DataGridCell to select.
DATAGRIDCELL.
|