Enum ExcelUnderline
Specifies the underline types for the fonts available in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelUnderline
Fields
Name | Description |
---|---|
Double | Double underline. |
DoubleAccounting | DoubleAccounting underline which does not support in chart data labels. |
None | No underline. |
Single | Single underline. |
SingleAccounting | SingleAccounting underline which does not support in chart data labels. |