Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / HyperLinkTargetType Enumeration
In This Topic
    HyperLinkTargetType Enumeration
    In This Topic
    Specifies the hyperlink's target type.
    Syntax
    public enum HyperLinkTargetType : System.Enum 
    Members
    MemberDescription
    Blank Opens the hyperlinked document in a new window or tab.
    Parent Opens the hyperlinked document in the parent frame.
    Self Opens the hyperlinked document in the same frame where the user clicked.
    Top Opens the hyperlinked document in the full body of the window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.HyperLinkTargetType

    See Also