Perpendicular Cell (Character Section)

This documentation is preliminary and is subject to change.

Determines whether a text field appears perpendicular to the other text in a text block.

Value

Description

TRUE

Text field appears perpendicular to the other text in a text block.

FALSE

Text field does not appear perpendicular to the other text in a text block.

Remarks

This cell is used to implement Kumimoji in Japanese text.

To get a reference to the Perpendicular cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

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

To get a reference to the Perpendicular cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + i
where i = 0, 1, 2...

Cell index:

visCharacterPerpendicular

Change history

Date

Description

July 16, 2012

Initial publication