Class ExcelUnderline
Specifies the underline types for the fonts available in Excel.
Inheritance
System.Object
ExcelUnderline
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelUnderline : Enum
Fields
Double
Double underline.
Declaration
public const ExcelUnderline Double
Field Value
Type |
---|
ExcelUnderline |
DoubleAccounting
DoubleAccounting underline which does not support in chart data labels.
Declaration
public const ExcelUnderline DoubleAccounting
Field Value
Type |
---|
ExcelUnderline |
None
No underline.
Declaration
public const ExcelUnderline None
Field Value
Type |
---|
ExcelUnderline |
Single
Single underline.
Declaration
public const ExcelUnderline Single
Field Value
Type |
---|
ExcelUnderline |
SingleAccounting
SingleAccounting underline which does not support in chart data labels.
Declaration
public const ExcelUnderline SingleAccounting
Field Value
Type |
---|
ExcelUnderline |