ActiveReports 19 .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
    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