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