Share via


TagName Cell (Smart Tags Section) [Visio 2003 SDK Documentation]

Name of the smart tag that is used as a key to associate the smart tag with its actions.

Remarks

The TagName cell in the Smart Tags section works together with the TagName cell in the Actions section to associate a smart 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 smart tag.

To reference the TagName cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

SmartTags.name.TagName
where SmartTags.name is the name of the smart tag row

To reference the TagName 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:

visSmartTagName