Arbortext Command Language > Functions by Alphabetical Listing > tbl_row_count
  
tbl_row_count
count = tbl_row_count([oid])
This function returns the number of rows in the table image given by object identifier oid. If oid is omitted, it returns the number of rows 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_col_count built-in function