TableMoveCursor Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:19

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