Hyperlinks Interface

Definition

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

public interface class Hyperlinks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024430-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Hyperlinks : System.Collections.IEnumerable
Public Interface Hyperlinks
Implements IEnumerable
Attributes
Implements

Remarks

Use the Hyperlinks property to return the Hyperlinks collection.

Use the Add(Object, String, Object, Object, Object) method to create a hyperlink and add it to the Hyperlinks collection.

Properties

_Default[Object]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Item[Object]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object.

Methods

Add(Object, String, Object, Object, Object)

Adds a hyperlink to the specified range or shape. Returns a Hyperlink object.

Delete()

Deletes the object.

GetEnumerator()

Applies to