 "getSelectedColumns"
"getSelectedColumns"
    
    Returns the indices of the selected columns.
Synopsis
getValue (string shape, "getSelectedColumns", dyn_int &columns);
shape.getSelectedColumns ();
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| columns | Array containing the column indices, starting at 0 | 
Description
Returns the selected columns in a dyn_int in the order in which they were clicked. The column indexing starts at 0.
                 Example
                Example
            
main()
{
  DebugN(table.getSelectedColumns());
}Assignment
Table
