Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderLineStyle Enumeration


In This Topic
    BorderLineStyle Enumeration
    In This Topic
    Represents the line style of border.
    Syntax
    'Declaration
     
    
    Public Enum BorderLineStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderLineStyle
    public enum BorderLineStyle : System.Enum 
    Members
    MemberDescription
    DashDotDash Dot.
    DashDotDotDash Dot Dot.
    DashedDashed.
    DottedDotted.
    DoubleDouble Line.
    HairHairline Border.
    MediumMedium Border.
    MediumDashDotMedium Dash Dot.
    MediumDashDotDotMedium Dash Dot Dot.
    MediumDashedMedium Dashed.
    NoneNo border.
    SlantDashDotSlant Dash Dot.
    ThickThick Line Border.
    ThinThin Border.
    UnsetThe border line style is unset.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.BorderLineStyle

    See Also