RTLText Cell (Character Section)

Determines if the text direction of the current character run is left to right or right to left.

Value

Description

0

Text direction is left to right (the default).

1

Text direction is right to left

To refer to the RTLText cell by name from another formula, or from a program, using the CellsU property, use:

Cell name:

RTLText[i] where i = <1>, 2, 3...

To refer to the RTLText cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + (i - 1),where i = 0, 1, 2...

Cell index:

visCharacterRTLText