Description
Moves cursor in the specified cell of a table.
Syntax
Text.TableMoveCursor (nRow, nCol) |
nRow
Required. Index of the row (1...n)
nCol
Required. Index of the column (1...n)
Return value
Returns EOK if successful, or EFAILED if either specified row or column does not exist in the table.
Remarks
If the method fails, it displays a message. The message can be suppressed by Text.AppSetMsgDisplay false.
Context
Text designer commands
See also