Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_set_table_column_count
  
dlgitem_set_table_column_count
dlgitem_set_table_column_count(window, dlgitem, count)
Specifies the number of columns in the table.
window — The window identifier of the window containing the table.
dlgitem — The value of the control's id attribute.
count — Specifies the number of columns in the table.
If dlgitem does not refer to a table, or if count is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics
dlgitem_get_table_column_count function