Description Cell (Hyperlinks Section) [Visio 2003 SDK Documentation]
Represents a descriptive text string for a hyperlink. Use this cell to store comments about the hyperlink; for example, "Link to our pricing Web site."
Remarks
You can also set the value of this cell using the Hyperlinks dialog box (click Hyperlinks on the Insert menu).
To reference the Description cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Hyperlink.Name.Description where Hyperlink.Name is the name of the hyperlink row |
To reference the Description cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRow1stHyperlink + i |
Cell index: |
visHLinkDescription |