Arbortext Command Language > Functions by Alphabetical Listing > tbl_col_count
  
tbl_col_count
tbl_col_count ([oid])
This function returns the number of columns in the table given by object identifier oid. If oid is omitted, this function returns the number of columns in the table containing the cursor. Returns —1 if the cursor is not inside a table.
Related Topics
insert built-in function
insert_column command
insert_row command
goto_cell built-in function
tbl_caret_col built-in function
tbl_caret_row built-in function
tbl_row_count built-in function