[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HyperLinkTargetType

HyperLinkTargetType Enum

Specifies the hyperlink's target type.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum HyperLinkTargetType
Public Enum HyperLinkTargetType

Fields

Name Description
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.