Enum FontUnderlineType
Enum that stands for different types of font underline
Namespace: IronXL.Styles
Assembly: IronXL.dll
Syntax
public enum FontUnderlineType : short
Fields
Name | Description |
---|---|
Double | A double underline |
DoubleAccounting | An accounting style double underline |
None | Not underlined |
Single | A single (normal) underline as used in word processing |
SingleAccounting | An accounting style single underline |