Click or drag to resize

IHyperLinks Interface

Defines a contract for handling hyperlinks, including operations to manage and interact with hyperlinks.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IHyperLinks : IExcelApplication

The IHyperLinks type exposes the following members.

Properties
Name Description
Public property Count
Returns the number of objects in the collection. Read-only.
Public property Item
Returns a single hyperlink object from the collection. Read-only.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
Methods
Name Description
Public method Add
Defines a new hyperlink.
Public method RemoveAt
Removes HyperLink object from the collection.
Top
See Also