Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / UnderlineStyle Enumeration


In This Topic
    UnderlineStyle Enumeration
    In This Topic
    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