Description Cell (Action Tags Section)
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:
Value | |
---|---|
Cell name: |
SmartTags. name .Description where SmartTags. name is the name of the action tag row |
To get a reference to the Description 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: |
visSmartTagDescription |