"deleteColumn"
Deletes a table column.
Synopsis
setValue(string shape, "deleteColumn", int index);
shape.deleteColumn(int index);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
index | The index of the column (starts from 0) |
Description
Deletes a table column.
Assignment
Table