Specifies the type of a hyperlink.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum HyperlinkType |
Visual Basic
![]() |
---|
Public Enum HyperlinkType |
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. |
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |