ActiveReports 13
FontUnderlineStyles Enumeration

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder.Style Namespace : FontUnderlineStyles Enumeration
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

Reference

GrapeCity.SpreadBuilder.Style Namespace