Arbortext Command Language > Functions by Alphabetical Listing > goto_cell
  
goto_cell
goto_cell (row, col)
 
This function moves the cursor to the end of the cell given by row, col where the upper left cell is at row 1, column 1. Returns 1 if successful, 0 if there is no such cell in the current table, or -1 if the cursor is not in a table.
Related Topics
insert built-in function
insert_column command
insert_row command
tbl_caret_col built-in function
tbl_caret_row built-in function
tbl_col_count built-in function
tbl_row_count built-in function