Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_remove_table_column_at
  
dlgitem_remove_table_column_at
dlgitem_remove_table_column_at(window, dlgitem, column)
Removes a column from 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 column to be removed.
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_insert_table_column_at function