[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.UnderlineType

Enum UnderlineType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the underline style of text.

public enum UnderlineType

Fields

Double = 2

Specifies that text has a double underline.

DoubleAccounting = 4

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

None = 0

Specifies that text is not underlined.

Single = 1

Specifies that text has a single underline.

SingleAccounting = 3

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