Spread Windows Forms 12.0 Product Documentation
UnderlineStyle Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet 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 
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

Reference

GrapeCity.Spreadsheet Namespace