TagName Cell (Action Tags Section)
Name of the action tag that is used as a key to associate the action tag with its actions.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
The TagName cell in the Action Tags section works together with the TagName cell in the Actions section to associate an action tag with its actions. Rows in the Actions section also have a TagName cell, and those rows with the same TagName cell value as this cell define actions to take for this action tag.
To get a reference to the TagName cell by name from another formula, or from a program by using the CellsU property, use:
Value | |
---|---|
Cell name: |
SmartTags. name .TagName where SmartTags. name is the name of the action tag row |
To get a reference to the TagName 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: |
visSmartTagName |