Description Cell (Action Tags Section)
Office 2010
Contains a string that describes the action tag, which appears as a tool tip when users place their pointer over the tag.
To get a reference to the Description cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
SmartTags.name.Description |
To get a reference to the Description cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionSmartTag |
Row index: | visRowSmartTag + i |
Cell index: | visSmartTagDescription |
Show: