Specifies the type of a hyperlink.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
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
See Also