SpreadsheetGear 2017
UnderlineStyle Enumeration






SpreadsheetGear Namespace : UnderlineStyle Enumeration
Specifies the underline style of text.
Syntax
'Declaration
 
Public Enum UnderlineStyle 
   Inherits System.Enum
'Usage
 
Dim instance As UnderlineStyle
public enum UnderlineStyle : System.Enum 
public enum UnderlineStyle = class(System.Enum)
public enum UnderlineStyle extends System.Enum
__value public enum UnderlineStyle : public System.Enum 
public enum class UnderlineStyle : public System.Enum 
Members
MemberDescription
DoubleSpecifies that text has a double underline.
DoubleAccountingSpecifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text.
NoneSpecifies that text is not underlined.
SingleSpecifies that text has a single underline.
SingleAccountingSpecifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.UnderlineStyle

Requirements

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

See Also

Reference

SpreadsheetGear Namespace