Syntax
TableInsertColumn
Remarks
Inserts a column to the left of the column that contains the insertion point, or inserts as many columns as are selected to the left of the selection. If the insertion point or selection is not in a table, an error occurs.
Example
This example adds a column to the end of the table containing the insertion point:
TableSelectTable 'Select the entire table StartOfColumn 'Move to the end of the first row TableInsertColumn 'Add a new column
See Also
TableInsertCells, TableInsertRow