ExcelCellUnderlineType Enumeration |
Represents the underline style of the text in a cell
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelCellUnderlineType
Public Enumeration ExcelCellUnderlineType
Members| Member name | Value | Description |
|---|
| None | 0 |
The cell text is not underlined.
|
| Single | 1 |
Single underline.
|
| Double | 2 |
Double underline.
|
| SingleAccounting | 3 |
Single Accounting underline.
|
| DoubleAccounting | 4 |
Double Accounting underline.
|
See Also