ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Style Namespace / FontUnderlineStyles Enumeration

In This Topic
    FontUnderlineStyles Enumeration
    In This Topic
    Used with the DDCell.FontUnderlineStyle property to set the underline style for the cell.
    Syntax
    'Declaration
     
    Public Enum FontUnderlineStyles 
       Inherits System.Enum
    public enum FontUnderlineStyles : System.Enum 
    Members
    MemberDescription
    DoubleDouble underline.
    DoubleAccDouble accounting underline.
    NoneNo underline.
    SingleSingle underline.
    SingleAccSingle accounting underline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Style.FontUnderlineStyles

    See Also