Click or drag to resize

IHyperLink Interface

Represents a hyperlink in an Excel application.

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

The IHyperLink type exposes the following members.

Properties
Name Description
Public property Address
Returns or sets the address of the target document.
Public property Name
Returns or sets the name of the object.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Public property Range
Returns a Range object that represents the range the specified hyperlink is attached to.
Public property ScreenTip
Returns or sets the ScreenTip text for the specified hyperlink.
Public property SubAddress
Returns or sets the location within the document associated with the hyperlink.
Public property TextToDisplay
Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Public property Type
Returns or sets the object type.
Top
See Also