Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLLineStyleEnum Enumeration

In This Topic
    XLLineStyleEnum Enumeration
    In This Topic
    Specifies the line style used for the cell borders.
    Syntax
    'Declaration
     
    
    Public Enum XLLineStyleEnum 
       Inherits System.Enum
    public enum XLLineStyleEnum : System.Enum 
    Members
    MemberDescription
    DashedDashed.
    DottedDotted.
    DoubleDouble.
    HairHair (one pixel).
    MediumMedium.
    MediumDashDotDottedMedium dash-dot-dot.
    MediumDashDottedMedium dash-dot.
    MediumDashedMedium dashed.
    NoneNo line.
    SlantedMediumDashDottedSlanted dash-dot.
    ThickThick.
    ThinThin.
    ThinDashDotDottedThin dash-dot-dot.
    ThinDashDottedThin dash-dot.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Excel.XLLineStyleEnum

    See Also