Y Cell (Smart Tags Section)

The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.

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 smart 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
where SmartTags.name is the name of the smart tag row

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
where i = 0, 1, 2...

Cell index:

visSmartTagY

See Also