Underline styles used in ExcelFont.UnderlineStyle.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum UnderlineStyle
Visual Basic
Public Enumeration UnderlineStyle

Members

Member nameValueDescription
None0 No underline.
Single1 Single underline. Underlines only cell data.
Double2 Double underline. Underlines only cell data.
SingleAccounting33 Single accounting underline. Underlines whole cell.
DoubleAccounting34 Double accounting underline. Underlines whole cell.

See Also