Class ExcelHyperLinkType
Possible types of hyperlinks.
Inheritance
System.Object
ExcelHyperLinkType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelHyperLinkType : Enum
Fields
File
Represents the File hyperlink type.
Declaration
public const ExcelHyperLinkType File
Field Value
Type |
---|
ExcelHyperLinkType |
None
No hyperlink.
Declaration
public const ExcelHyperLinkType None
Field Value
Type |
---|
ExcelHyperLinkType |
Unc
Represents the Unc hyperlink type.
Declaration
public const ExcelHyperLinkType Unc
Field Value
Type |
---|
ExcelHyperLinkType |
Url
Represents the Url hyperlink type.
Declaration
public const ExcelHyperLinkType Url
Field Value
Type |
---|
ExcelHyperLinkType |
Workbook
Represents the Workbook hyperlink type.
Declaration
public const ExcelHyperLinkType Workbook
Field Value
Type |
---|
ExcelHyperLinkType |