Spread WPF 17
GrapeCity.Excel Namespace / UnderLineStyle Enumeration


In This Topic
    UnderLineStyle Enumeration
    In This Topic
    Represents the font underline style
    Syntax
    'Declaration
     
    Public Enum UnderLineStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As UnderLineStyle
    public enum UnderLineStyle : System.Enum 
    Members
    MemberDescription
    DoubleDouble
    DoubleAccountingDoubleAccounting
    NoneNone
    SingleSingle
    SingleAccountingSingleAccounting
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.UnderLineStyle

    See Also