Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / UnderlineStyle Enumeration


UnderlineStyle Enumeration
Specifies the underline style of text.
Syntax
'Declaration
 
Public Enum UnderlineStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As UnderlineStyle
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
         GrapeCity.Spreadsheet.UnderlineStyle

See Also