SelectCol Method (DataGrid)

Class

DataGrid.

Action

Selects the specified column in a grid.

Syntax

Datagrid.SelectCol(DataGridCell, [bClearSelection])
Variable Description
bClearSelection Optional: If TRUE, first clears any existing selection. The default is FALSE. BOOLEAN.
DataGridCell The DataGridCell to select. DATAGRIDCELL.