 "selectColumnN"
"selectColumnN"
    
    Selects a specific column in a table.
Synopsis
setValue(string shape, "selectColumnN", int n);
shape.selectColumnN(int n);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| n | Index of the column, starting at 0 | 
Description
This attribute selects a specific column in a table in TABLE_SELECT_BROWSE mode.
             Example
                Example
            
see "selectLineN"
Assignment
Table, TABLE_SELECT_BROWSE mode
