Hyperlink Interface
Represents a hyperlink.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("0002099D-0000-0000-C000-000000000046")> _
Public Interface Hyperlink
'Usage
Dim instance As Hyperlink
[GuidAttribute("0002099D-0000-0000-C000-000000000046")]
public interface Hyperlink
Remarks
The Hyperlink object is a member of the Hyperlinks collection.
Use the Hyperlink property to return a Hyperlink object associated with a shape (a shape can have only one hyperlink).
Use Hyperlinks(index), where index is the index number, to return a single Hyperlink object from a document, range, or selection.