Description Cell (Hyperlinks Section)
Represents a descriptive text string for a hyperlink.
Remarks
Use this cell to store comments about the hyperlink; for example, "Link to our pricing website."
You can also set the value of this cell in the Hyperlinks dialog box (click Hyperlink on the Insert tab).
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: |
Hyperlink. Name .Description where Hyperlink. Name is the name of the hyperlink 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: |
visSectionHyperlink |
Row index: |
visRow1stHyperlink + i where i = 0, 1, 2... |
Cell index: |
visHLinkDescription |