ActiveReports 8
FontUnderlineStyles Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also