Y Cell (Action Tags Section)
The y-coordinate position in the shape's local coordinates around which the action tag button is placed.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
Remarks
The X and Y cells define a point in the shape's local coordinates, and the X Justify and Y Justify cells define where to place the action tag button in relation to that point.
To get a reference to the Y cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
SmartTags.name.Y |
To get a reference to the Y cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionSmartTag |
Row index: |
visRowSmartTag + i |
Cell index: |
visSmartTagY |