[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UnderlineStyle

UnderlineStyle Enum

Specifies the underline style of text.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum UnderlineStyle : byte
Public Enum UnderlineStyle As Byte

Fields

Name Description
Double

Specifies that text has a double underline.

DoubleAccounting

Specifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text.

None

Specifies that text is not underlined.

Single

Specifies that text has a single underline.

SingleAccounting

Specifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text.