Search Results for

    Show / Hide Table of Contents

    THyperLink Class

    An encapsulation of an Excel hyperlink.

    Syntax

    Namespace: FlexCel.Core

    public class THyperLink: ICloneable

    Constructors

    Name Description
    THyperLink Overloaded
    THyperLink
    THyperLink(THyperLinkType, String, String, String, String)
    THyperLink(THyperLinkType, String, String, String, String, String)
    THyperLink(THyperLinkType, String, String, String, String, String, String)

    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 an 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 an 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.
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com