ActiveReports Developer 7
BorderLineStyle Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 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

See Also