UseVertical Cell (Character Section)

Determines whether the character run is vertical or horizontal.

Value Description
0 Text direction is horizontal (the default).
1 Text direction is vertical

Remarks

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

Cell name:

UseVertical[i]

where i = <1>, 2, 3...

To reference the UseVertical 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:

visCharacterUseVertical