MindFusion.Wpf Pack Programmer's Guide
HyperlinkType Enumeration
See Also
 





Specifies the type of a hyperlink.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum HyperlinkType

Visual Basic  Copy Code

Public Enum HyperlinkType

 Members

  Member name Description

CurrentWorkbook

Indicates that the hyperlink points to a cell or a range of cells within the current workbook.

EmailAddress

Indicates that the hyperlink points to an e-mail address.

ExistingFile

Indicates that the hyperlink points to a document.

WebAddress

Indicates that the hyperlink points to an online resource.

 Remarks

Members of this enumeration can be assigned to the Type property of the Hyperlink class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace