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