Table of Contents

THyperLink Class

An encapsulation of an Excel hyperlink.

Syntax

Namespace: FlexCel.Core

public class THyperLink: ICloneable

Constructors

Methods

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

Properties

Name Description
BaseUrl Base Url that must be combined with Text. This only happens if the file has a LinkBase property set.
Description Description of the HyperLink.
FullUrl Returns BaseUrl combined with Text when Text is not an absolute Uri.
Hint Hint when the mouse hovers over the hyperlink.
LinkType The type of hyperlink: to a local file, to a url, to a cell or to a networked file.
TargetFrame This parameter is not documented. You will probably leave it empty.
Text Text of the HyperLink. This is empty when linking to a cell.
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.