CursorCellLeftRight Method

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

Description

Moves the cursor left or right through tabulation cells. It generates an error if the cursor is not in a table

Syntax

Text.CursorCellLeftRight(int1)

int1

number of cells to move. Negative value moves to the left, positive to the right.

Return value

Error code

Context

Text designer commands

See also

Related to cursor movement character-by-character:

CursorDown, CursorLeft, CursorRight, CursorUp

Related to cursor movement in larger steps:

CursorWordLeft, CursorWordRight, CursorPageDown, CursorPageUp, CursorParaDown, CursorParaUp

Related to movement to start/end position:

CursorStartLine, CursorStartPara, CursorStartText, CursorEndLine, CursorEndPara, CursorEndText, CursorStartAllText, CursorEndAllText

Related to screen scrolling:

CursorScrollDown, CursorScrollUp

Related to tables:

CursorCellLeftRight, CursorCellUpDown

Related to movement on justified text lines:

CursorLineDown, CursorLineUp

Related to bookmarks:

CursorSave, CursorRestore

Related to cursor object

Cursor object