Enum
HyperlinkType

Defines categories of hyperlink targets (web/file URLs, email addresses, or in-document locations).

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum HyperlinkType

Fields

InDocument

Links to a cell range or named location within the same workbook.

Declaration

cs-api-definition
InDocument = 2

Field Value

HyperlinkType

Mailto

Links to an email address, opening the default mail client.

Declaration

cs-api-definition
Mailto = 1

Field Value

HyperlinkType

Url

Links to a web page or file path.

Declaration

cs-api-definition
Url = 0

Field Value

HyperlinkType

In this article
DefinitionFieldsInDocumentMailtoUrl
Not finding the help you need?
Contact Support