Hyperlink Interface 

Represents a hyperlink.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class yperlinkImplementation
    Implements Hyperlink
End Class
Dim yperlinkImplementation1 As New yperlinkImplementation()

Syntax

Public Interface Hyperlink
public interface Hyperlink
public interface class Hyperlink
public interface Hyperlink
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Hyperlink Members