cutRow (DataTable)

Syntax

<Path>.cutRow(Row:any)

The method cutRow cuts a row, including all of its data, from the DataTable designated by <Path>.

Parameter

The parameter Row of data type any designates the row. Plant Simulation shifts all rows with an index equal to or greater than any one position up.

Example

MyDataTable.cutRow(8)

Related Topics

Cut on the context menu

Cut Objects on the Home Ribbon Tab

insertRow

remove of the DataList