Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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:
| Value | |
|---|---|
| Cell name: |
SmartTags. name .Y where SmartTags. name is the name of the action tag row. |
To get a reference to the Y cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionSmartTag |
| Row index: |
visRowSmartTag + i where i = 0, 1, 2... |
| Cell index: |
visSmartTagY |