Hyperlinks Interface 

Represents the collection of Hyperlink objects in a document, range, or selection.

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

Usage

Public Class yperlinksImplementation
    Implements Hyperlinks
End Class
Dim yperlinksImplementation1 As New yperlinksImplementation()

Syntax

Public Interface Hyperlinks
    Inherits IEnumerable
public interface Hyperlinks : IEnumerable
public interface class Hyperlinks : public IEnumerable
public interface Hyperlinks implements IEnumerable
public interface Hyperlinks implements IEnumerable

Remarks

Use the Hyperlinks property of a Document, Range, or Selection object to return the Hyperlinks collection.

Use the Add method to create a hyperlink and add it to the Hyperlinks collection.

Use Hyperlinks(index), where index is the index number, to return a single Hyperlink object in a document, range, or selection.

The Count property for this collection in a document returns the number of items in the main story only. To count items in other stories, use the collection with the Range object.

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

Hyperlinks Members