Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_insert_table_column_at
  
dlgitem_insert_table_column_at
dlgitem_insert_table_column_at(window, dlgitem, column[, header])
Inserts a new column in a table.
window — The window identifier of the window containing the table.
dlgitem — The value of the control's id attribute.
column — The 1-based index of the new column. If the table has fewer columns than the value of column, the table is extended.
header — Optional. The header label of the new column.
If dlgitem does not refer to a table, or if column is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics
dlgitem_remove_table_column_at function