insertColumn

Syntax

<Path>.insertColumn(Column:any) → boolean

The method insertColumn adds an empty column into the DataTable, designated by <Path>. Plant Simulation shifts all columns with an index equal to or greater than the parameter any one position to the right.

Parameter

The parameter RightOfColumn of data type any designates the column number at which the empty column will be inserted into the DataTable.

Return Value

The return value has the data type boolean.

Example

MyDataTable.insertColumn(8)

Related Topics

Insert Column on the context menu

Insert Column on the ribbon bar

cutColumn