Categorizes the type of hyperlink based on its destination, such as referring to within the same document, to an external website, or file.
public enum HyperlinkType
Value | Name | Description |
---|---|---|
0 | Unknown |
Hyperlink type is not specified or recognized. |
1 | Internal |
A hyperlink points to a location within the same Excel workbook. |
2 | External |
Denotes a hyperlink that leads to an external destination, such as a web page URL or a different file. |