UnderlineType
Enum
Specifies the style of underline applied to cell text.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum UnderlineType
Fields
Two parallel lines beneath the text.
C#
Double = 2
Two parallel lines spanning the cell width, positioned below the text baseline.
C#
DoubleAccounting = 4
No underline is applied.
C#
None = 0
A single line beneath the text.
C#
Single = 1
A single line spanning the cell width, positioned below the text baseline.
C#
SingleAccounting = 3