WinFormsDataGrid.
Selects a range of rows.
This functionality is supported only if you are using the Open Agent.
Datagrid.ExtendSelectItem (column, row)
Variable | Description |
---|---|
column | The index of the column to select. INTEGER. |
row | The index of the row to select. INTEGER. |
DataGrid1.ExtendSelectItem (1,1) DataGrid1.ExtendSelectItem (1,2)