[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HyperLinkTargetType

Enum HyperLinkTargetType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the hyperlink's target type.

public enum HyperLinkTargetType

Fields

Blank = 0

Opens the hyperlinked document in a new window or tab.

Parent = 2

Opens the hyperlinked document in the parent frame.

Self = 1

Opens the hyperlinked document in the same frame where the user clicked.

Top = 3

Opens the hyperlinked document in the full body of the window.