Table of Contents

THyperLink Class

An encapsulation of an Excel hyperlink.

Syntax

Namespace: FlexCel.Core

public class THyperLink: ICloneable

Constructors

Methods

Name Description
ToString Returns the text and description of the link.
Clone Returns a copy of the hyperlink.

Properties

Name Description
LinkType The type of hyperlink: to a local file, to a url, to a cell or to a networked file.
Text Text of the HyperLink. This is empty when linking to a cell.
BaseUrl Base Url that must be combined with Text. This only happens if the file has a LinkBase property set.
FullUrl Returns BaseUrl combined with Text when Text is not an absolute Uri.
Description Description of the HyperLink.
TargetFrame This parameter is not documented. You will probably leave it empty.
TextMark When entering a URL, you can enter additional text following the url with a "#" character (for example www.​your_​url.​com#​myurl"​) The text Mark is the text after the "#" char. When entering an address to a cell, the address goes here too.
Hint Hint when the mouse hovers over the hyperlink.