Hyperlink Interface
Represents a hyperlink.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024431-0000-0000-C000-000000000046")> _
Public Interface Hyperlink
'Usage
Dim instance As Hyperlink
[InterfaceTypeAttribute()]
[GuidAttribute("00024431-0000-0000-C000-000000000046")]
public interface Hyperlink
Remarks
The Hyperlink object is a member of the Hyperlinks collection.
Use the Hyperlink property to return the hyperlink for a shape (a shape can have only one hyperlink).
A range or worksheet can have more than one hyperlink. Use Hyperlinks(index), where index is the hyperlink number, to return a single Hyperlink object.