WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHyperLink

    Show / Hide Table of Contents

    Interface IHyperLink

    Represents a hyperlink.

    Inherited Members
    IParentApplication.Application
    IParentApplication.Parent
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IHyperLink : IParentApplication

    Properties

    Address

    Returns or sets the address of the target document.

    Declaration
    string Address { get; set; }
    Property Value
    Type Description
    System.String

    AttachedType

    Represents the hyperlink attached object name.

    Declaration
    ExcelHyperlinkAttachedType AttachedType { get; }
    Property Value
    Type Description
    ExcelHyperlinkAttachedType

    Name

    Returns a name of the object.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Range

    Returns a Range object that represents the range the specified hyperlink is attached to.

    Declaration
    IRange Range { get; }
    Property Value
    Type Description
    IRange

    ScreenTip

    Returns or sets the ScreenTip text for the specified hyperlink.

    Declaration
    string ScreenTip { get; set; }
    Property Value
    Type Description
    System.String

    Shape

    Get object that represents the shape for the hyperlink.

    Declaration
    IShape Shape { get; }
    Property Value
    Type Description
    IShape

    SubAddress

    Returns or sets the location within the document associated with the hyperlink.

    Declaration
    string SubAddress { get; set; }
    Property Value
    Type Description
    System.String

    TextToDisplay

    Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.

    Declaration
    string TextToDisplay { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Returns or sets the object type.

    Declaration
    ExcelHyperLinkType Type { get; set; }
    Property Value
    Type Description
    ExcelHyperLinkType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved