Link Search Menu Expand Document

IHyperLink Interface

Represents a hyperlink

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public interface IHyperLink

The IHyperLink type exposes the following members.

Properties
NameDescription
Public propertyAddress
Gets or sets the address of this hyperlink.
Public propertyRange
Gets the range which this hyperlink is attached to.
Public propertyScreenTip
Gets or sets the ScreenTip text for the specified hyperlink.
Public propertySubAddress
Gets or sets the the location within the document associated with the hyperlink.
Public propertyTextToDisplay
Gets or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.

Field Value

Type:
The text to display.
Top
See Also

Reference