ActiveReports 8
BorderLineStyle Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Style Namespace : BorderLineStyle Enumeration

Glossary Item Box

Used to set the border line styles for DDCell's borders (i.e. BorderTopStyle, BorderBottomStyle, etc.).

Syntax

Visual Basic (Declaration) 
Public Enum BorderLineStyle 
   Inherits System.Enum
C# 
public enum BorderLineStyle : System.Enum 

Members

MemberDescription
DashDotRenders a line of alternating dashes and dots.
DashDotDotRenders a line of alternating dashes and pairs of dots.
DashedRenders a dashed line.
DottedRenders a dotted line.
DoubleRenders two parallel lines.
HairRenders a very thin line.
MediumRenders a medium-weight line.
MediumDashDotRenders a medium-weight line of alternating dashes and dots.
MediumDashDotDotRenders a medium-weight line of alternating dashes and pairs of dots.
MediumDashedRenders a medium-weight dashed line.
NoneRenders no line.
SlantedDashDotRenders a line of slanted alternating dashes and dots.
ThickRenders a thick line.
ThinRenders a thin line.

Inheritance Hierarchy

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

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