cutColumn

Syntax

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

The method cutColumn cuts the column designated by the parameter of data type any including all of its data from the DataTable designated by <Path>. Plant Simulation shifts all columns with an index equal to or greater than any to the left.

Parameter

The parameter Column of data type any designates the column you want to cut.

Return Value

The return value has the data type boolean.

Example

MyDataTable.cutColumn(8)

Related Topics

Cut on the context menu

Cut Objects on the Home Ribbon Tab

insertColumn