SelectRow Method (DataGrid)

Class

DataGrid.

Action

Selects the specified row in a table.

Syntax

Datagrid.SelectRow(DataGridRow, [bClearSelection])
Variable Description
bClearSelection Optional: If TRUE, first clears any existing selection. The default is FALSE. BOOLEAN
DataGridRow The DataGridRow you want to select. DATAGRIDROW.