ActiveReports Developer 7
FontUnderlineStyles Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Style Namespace : FontUnderlineStyles Enumeration

Glossary Item Box

Used with the DDCell.FontUnderlineStyle property to set the underline style for the cell.

Syntax

Visual Basic (Declaration) 
Public Enum FontUnderlineStyles 
   Inherits System.Enum
C# 
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