ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Style Namespace / BorderLineStyle Enumeration

In This Topic
    BorderLineStyle Enumeration
    In This Topic
    Border line styles. Used for DDCell.BorderTopStyle, .BorderBottomStyle, etc...
    Syntax
    'Declaration
     
    Public Enum BorderLineStyle 
       Inherits System.Enum
    public enum BorderLineStyle : System.Enum 
    Members
    MemberDescription
    DashDot 
    DashDotDot 
    DashedDashed
    DottedDotted
    DoubleDouble
    HairHair
    MediumMedium
    MediumDashDot 
    MediumDashDotDot 
    MediumDashed 
    NoneNone
    SlantedDashDot 
    ThickThick
    ThinThin
    Inheritance Hierarchy

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

    See Also