SWTTable.
Adds a row from the table to the set of selected rows.
This functionality is supported only if you are using the Open Agent.
table.MultiSelectRow (row, [column])
Variable | Description |
---|---|
row | The row to select. LISTITEM. |
column | Optional: The column to select. LISTITEM. |
MultiSelect Ctrl+clicks on the item if the table supports multiple selections and the item is selected.
SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.MultiSelectRow("#3")