Click or drag to resize

HyperLinkType Enumeration

Hyper link type.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum HyperLinkType
Members
Member name Value Description
None 0 No hyperlink.
Url 1 Represents the Url hyperlink type.
File 2 Represents the File hyperlink type.
Unc 3 Represents the Unc hyperlink type.
Workbook 4 Represents the Workbook hyperlink type.
See Also