Description Cell (Hyperlinks Section)

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 get a reference to 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 get a reference to the Description cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionObject

Row index:

visRow1stHyperlink + i
where i = 0, 1, 2...

Cell index:

visHLinkDescription