Underline styles used in ExcelFont.UnderlineStyle.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum UnderlineStyle |
| Visual Basic |
|---|
Public Enumeration UnderlineStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No underline. | |
| Single | 1 | Single underline. Underlines only cell data. | |
| Double | 2 | Double underline. Underlines only cell data. | |
| SingleAccounting | 33 | Single accounting underline. Underlines whole cell. | |
| DoubleAccounting | 34 | Double accounting underline. Underlines whole cell. |