Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / BorderLineStyle Enumeration
In This Topic
    BorderLineStyle Enumeration
    In This Topic
    Specifies the line style for the border.
    Syntax
    public enum BorderLineStyle : System.Enum 
    Members
    MemberDescription
    DashDot Specifies a dash dot border.
    DashDotDot Specifies a dash dot dot border.
    Dashed Specifies a dashed border.
    Dotted Specifies a dotted border.
    Double Specifies a double line.
    Hair Specifies a hairline border.
    Medium Specifies a medium border.
    MediumDashDot Specifies a medium dash dot border.
    MediumDashDotDot Specifies a medium dash dot dot border.
    MediumDashed Specifies a medium dashed.
    None Specifies no border.
    SlantDashDot Specifies a slant dash dot border.
    Thick Specifies a thick line border.
    Thin Specifies a thin border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.BorderLineStyle

    See Also