Share via


Hyperlink Members

Include Protected Members
Include Inherited Members

Represents a hyperlink.

The Hyperlink type exposes the following members.

Properties

  Name Description
Public property Address Returns or sets the address of the target document.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property EmailSubject Returns or sets the text string of the specified hyperlink’s e-mail subject line. The subject line is appended to the hyperlink’s address.
Public property Name Returns the name of the object. Read-only String.
Public property Parent Returns the parent object for the specified object.
Public property Range Returns a Range object that represents the range the specified hyperlink is attached to.
Public property ScreenTip Returns or sets the ScreenTip text for the specified hyperlink.
Public property Shape Returns a Shape object that represents the shape attached to the specified comment, diagram node, or hyperlink.
Public property SubAddress Returns or sets the location within the document associated with the hyperlink.
Public property TextToDisplay Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Public property Type Returns the location of the HTML frame.

Top

Methods

  Name Description
Public method AddToFavorites Adds a shortcut to the workbook or hyperlink to the Favorites folder.
Public method CreateNewDocument Creates a new document linked to the specified hyperlink.
Public method Delete Deletes the object.
Public method Follow Displays a cached document if it’s already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.

Top

See Also

Reference

Hyperlink Interface

Microsoft.Office.Interop.Excel Namespace