[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TextUnderlineType

TextUnderlineType Enum

Indicates the type of underline for text.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum TextUnderlineType
Public Enum TextUnderlineType

Fields

Name Description
Dash

Specifies a dash line underline.

DashHeavy

Specifies a dash underline.

DashLong

Specifies a dashed long line underline.

DashLongHeavy

Specifies a long heavy line underline.

DotDash

Specifies a dot dash line underline.

DotDashHeavy

Specifies a dot dash heavy line underline.

DotDotDash

Specifies a dot dot dash line underline.

DotDotDashHeavy

Specifies a dot dot dash heavy line underline.

Dotted

Specifies a dotted line underline.

DottedHeavy

Specifies a dotted heavy line underline.

Double

Specifies a double line underline.

Heavy

Specifies a heavy line underline.

None

Specifies no underline.

Single

Specifies a single line underline.

Wavy

Specifies a wavy line underline.

WavyDouble

Specifies a wavy double line underline.

WavyHeavy

Specifies a wavy heavy line underline.

Words

Specifies underlining words.