Gets the hyperlink type based on its destination, such as pointing to an external website, linking to a location within the same workbook, or linking to an external file.
public HyperlinkType Type { get; }
The HyperlinkType enumeration within the Excel environment specifies the category of the hyperlink.
Possible values include Unknown
, Internal
, and External
, each indicating the nature of the hyperlink's destination.