SelectItem Method

Class

WinFormsDataGrid.

Action

Selects the specified cell in a grid.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

Datagrid.SelectItem (column, row)
Variable Description
column The index of the column to select. INTEGER.
row The index of the row to select. INTEGER.

Example

DataGrid1.SelectItem (1,1)