Hyperlinks Interface 

Represents the collection of hyperlinks for a worksheet or range. Each hyperlink is represented by a Hyperlink object.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

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

Syntax

Public Interface Hyperlinks
public interface Hyperlinks
public interface class Hyperlinks
public interface Hyperlinks
public interface Hyperlinks

Remarks

Use the Hyperlinks property to return the Hyperlinks collection.

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

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Hyperlinks Members