DoubleSelectItem Method (DataGrid)

Class

WinFormsDataGrid.

Action

Double-clicks an item.

Availability

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

Syntax

Datagrid.DoubleSelectItem (column, row, [modifiers] )
Variable Description
column The index of the column to select. INTEGER.
row The index of the row to select. INTEGER.
modifiers Optional: The active modifier key state while selecting the item. MODIFIERKEYSTATE.

Example

DataGrid1.DoubleSelectItem (1,1)