'Declaration
Public Enum UnderlineStyle Inherits System.Enum
'Usage
Dim instance As UnderlineStyle
public enum UnderlineStyle : System.Enum
'Declaration
Public Enum UnderlineStyle Inherits System.Enum
'Usage
Dim instance As UnderlineStyle
public enum UnderlineStyle : System.Enum
Member | Description |
---|---|
Double | Specifies that text has a double underline. |
DoubleAccounting | Specifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text. |
None | Specifies that text is not underlined. |
Single | Specifies that text has a single underline. |
SingleAccounting | Specifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.UnderlineStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2