"removeSelectLines"
Removes lines from a table selection.
Synopsis
setValue(string shape, "removeSelectLines", dyn_int lines);
shape.removeSelectLines(dyn_int lines);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
lines | Line index, starting at 0 |
Description
This attribute is used to remove rows indexed by an array from the selection. This attribute is only valid in the TABLE_SELECT_MULTIPLE mode.
Example
Assignment
Table, TABLE_SELECT_MULTIPLE mode