Enum
UnderlineType

Specifies the style of underline applied to cell text.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum UnderlineType

Fields

Double

Two parallel lines beneath the text.

Declaration

cs-api-definition
Double = 2

Field Value

UnderlineType

DoubleAccounting

Two parallel lines spanning the cell width, positioned below the text baseline.

Declaration

cs-api-definition
DoubleAccounting = 4

Field Value

UnderlineType

None

No underline is applied.

Declaration

cs-api-definition
None = 0

Field Value

UnderlineType

Single

A single line beneath the text.

Declaration

cs-api-definition
Single = 1

Field Value

UnderlineType

SingleAccounting

A single line spanning the cell width, positioned below the text baseline.

Declaration

cs-api-definition
SingleAccounting = 3

Field Value

UnderlineType