Perpendicular cell (Character section)
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 reference the Perpendicular cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Char.Perpendicular[i] |
To reference the Perpendicular cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionCharacter |
Row index: |
visRowCharacter + i |
Cell index: |
visCharacterPerpendicular |