WinFormsDataGrid.
Removes a row from the set of selected rows.
This functionality is supported only if you are using the Open Agent.
Datagrid.MultiUnselectItem (column, row)
Variable | Description |
---|---|
column | The index of the column to select. INTEGER. |
row | The index of the row to select. INTEGER. |
DataGrid1.MultiSelectItem (1,1) DataGrid1.MultiSelectItem (1,2) DataGrid1.MultiUnselectItem (1,1)