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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024430-0000-0000-C000-000000000046")> _
Public Interface Hyperlinks _
    Inherits IEnumerable
'Usage
Dim instance As Hyperlinks
[InterfaceTypeAttribute()]
[GuidAttribute("00024430-0000-0000-C000-000000000046")]
public interface Hyperlinks : IEnumerable

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.

See Also

Reference

Hyperlinks Members

Microsoft.Office.Interop.Excel Namespace