Search Results for

    Show / Hide Table of Contents

    THyperLink.THyperLink Constructor

    Overloads

    • THyperLink.THyperLink
    • THyperLink.THyperLink(THyperLinkType, String, String, String, String)
    • THyperLink.THyperLink(THyperLinkType, String, String, String, String, String)
    • THyperLink.THyperLink(THyperLinkType, String, String, String, String, String, String)

    THyperLink.THyperLink

    Creates a new instance of an Hyperlink class.

    Syntax

    Namespace: FlexCel.Core

    public THyperLink()

    See also

    • THyperLink

    THyperLink.THyperLink(THyperLinkType, String, String, String, String)

    Creates a new instance of an Hyperlink class.

    Syntax

    Namespace: FlexCel.Core

    public THyperLink(THyperLinkType aLinkType, String aText, String aDescription, String aTargetFrame, String aTextMark)

    Parameters

    <-> Parameter Type Description
    aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    aText String Text of the HyperLink. This is empty when linking to a cell.
    aDescription String Description of the HyperLink.
    aTargetFrame String Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    aTextMark String When entering an URL on excel, 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.

    See also

    • THyperLink

    THyperLink.THyperLink(THyperLinkType, String, String, String, String, String)

    Creates a new instance of an Hyperlink class, including a hint.

    Syntax

    Namespace: FlexCel.Core

    public THyperLink(THyperLinkType aLinkType, String aText, String aDescription, String aTargetFrame, String aTextMark, String aHint)

    Parameters

    <-> Parameter Type Description
    aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    aText String Text of the HyperLink. This is empty when linking to a cell.
    aDescription String Description of the HyperLink.
    aTargetFrame String Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    aTextMark String When entering an URL on excel, 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.
    aHint String Tooltip to be shown when hovering over the link.

    See also

    • THyperLink

    THyperLink.THyperLink(THyperLinkType, String, String, String, String, String, String)

    Creates a new instance of an Hyperlink class, including a hint and a base Url.

    Syntax

    Namespace: FlexCel.Core

    public THyperLink(THyperLinkType aLinkType, String aText, String aBaseUrl, String aDescription, String aTargetFrame, String aTextMark, String aHint)

    Parameters

    <-> Parameter Type Description
    aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    aText String Text of the HyperLink. This is empty when linking to a cell.
    aBaseUrl String Base Url used in all entries in the file. This will combine with aText to give the full Url.
    aDescription String Description of the HyperLink.
    aTargetFrame String Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    aTextMark String When entering an URL on excel, 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.
    aHint String Tooltip to be shown when hovering over the link.

    See also

    • THyperLink
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com