Y Cell (Action Tags Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
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. |
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 |
Note