Enum HyperlinkType
Defines categories of hyperlink targets (web/file URLs, email addresses, or in-document locations).
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum HyperlinkType
InDocument
Links to a cell range or named location within the same workbook.
Mailto
Links to an email address, opening the default mail client.
Url
Links to a web page or file path.