 "addSelectLines"
"addSelectLines"
    
    Adds lines to a table selection.
Synopsis
setValue(string shape, "addSelectLines", dyn_int
            lines);
shape.addSelectLines(dyn_int lines);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| lines | Lines selected, Index starts at 0 | 
Description
This attribute is used to select lines indexed by an array. This attribute is only valid in the TABLE_SELECT_MULTIPLE mode.
                 Example
                Example
            
Assignment
Table, TABLE_SELECT_MULTIPLE mode
