Click or drag to resize

ExcelCellUnderlineType Enumeration

Represents the underline style of the text in a cell

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelCellUnderlineType
Members
Member nameValueDescription
None0 The cell text is not underlined.
Single1 Single underline.
Double2 Double underline.
SingleAccounting3 Single Accounting underline.
DoubleAccounting4 Double Accounting underline.
See Also