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