X Justify Cell (Smart Tags Section) [Visio 2003 SDK Documentation]
The x-offset of the smart tag button relative to the point defined by the X and Y cells.
Value | Description | Automation constant |
---|---|---|
0 |
Left justified (the default). |
visSmartTagXJustifyLeft |
1 |
Centered. |
visSmartTagXJustifyCenter |
2 |
Right justified. |
visSmartTagXJustifyRight |
Remarks
The X Justify and Y Justify cells determine where the smart tag button is placed in relation to the point defined in the X and Y cells.
To reference the X Justify cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
SmartTags.name.XJustify |
To reference the X Justify cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionSmartTag |
Row index: |
visRowSmartTag + i |
Cell index: |
visSmartTagXJustify |