TxtPinY cell (Text Transform section)
Determines the y-coordinate of the text block's center of rotation in relation to the origin of the shape. The default formula is:
= Height * 0.5
This formula evaluates to the vertical center of the shape.
Remarks
To reference the TxtPinY cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
TxtPinY |
To reference the TxtPinY cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowTextXForm |
Cell index: |
visXFormPinY |