ExcelMLUnderline
Enum
Describes the ExcelML underline options.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum ExcelMLUnderline
Fields
Double underline.
C#
Double = 2
DoubleAccounting underline.
C#
DoubleAccounting = 4
No underline.
C#
None = 0
Single underline.
C#
Single = 1
SingleAccounting underline.
C#
SingleAccounting = 3