WinFormsDataGrid.
Double-clicks an item.
This functionality is supported only if you are using the Open Agent.
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. |
DataGrid1.DoubleSelectItem (1,1)