TxtLocPinY Cell (Text Transform Section)
Office 2010
Determines the y-coordinate of the text block's center of rotation relative to the origin of the text block. The default formula is:
= TxtHeight * 0.5
To get a reference to the TxtLocPinY cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | TxtLocPinY |
To get a reference to the TxtLocPinY cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowTextXForm |
Cell index: | visXFormLocPinY |
Show: