Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / HyperLinkTargetType Enumeration
In This Topic
    HyperLinkTargetType Enumeration
    In This Topic
    Specifies the hyperlink's target type.
    Members
    MemberDescription
    BlankOpens the hyperlinked document in a new window or tab.
    ParentOpens the hyperlinked document in the parent frame.
    SelfOpens the hyperlinked document in the same frame where the user clicked.
    TopOpens the hyperlinked document in the full body of the window.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.HyperLinkTargetType

    See Also