MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Style Namespace / BorderLineStyle Enumeration

BorderLineStyle Enumeration
Border line styles. Used for DDCell.BorderTopStyle, .BorderBottomStyle, etc...
Syntax
'Declaration
 
Public Enum BorderLineStyle 
   Inherits System.Enum
 
Members
MemberDescription
DashDotDashDot
DashDotDotDashDotDot
DashedDashed
DottedDotted
DoubleDouble
HairHair
MediumMedium
MediumDashDotMediumDashDot
MediumDashDotDotMediumDashDotDot
MediumDashedMediumDashed
NoneNone
SlantedDashDotSlantedDashDot
ThickThick
ThinThin
Inheritance Hierarchy

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

See Also