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

Contains a string that describes the smart tag, which appears as a tool tip when the user pauses their mouse over the tag.

Remarks

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

Cell name:

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

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

visSmartTagDescription