Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LineStyle Enumeration


In This Topic
    LineStyle Enumeration
    In This Topic
    Defines the style of a Border.
    Syntax
    'Declaration
     
    
    Public Enum LineStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineStyle
    public enum LineStyle : System.Enum 
    Members
    MemberDescription
    DashDotThe Border will be made from a repetition of dashes & dots.
    DashDotDotThe Border will be made from a repetition of a dash-dot-dot pattern.
    DashedThe Border will be made of dashes.
    DottedThe Border will be made of dots.
    DoubleThe Border will be made of two parallel lines.
    HairThe Border will be made of small dots.
    MediumThe Border will be made of a medium-sized line.
    MediumDashDotThe Border will be made of a medium-sized line created from a repetition of dashes & dots.
    MediumDashDotDotThe Border will be made of a medium-sized line created from a repetition of a dash-dot-dot pattern.
    MediumDashedThe Border will be made of a medium-sized line made of dashes.
    NoneThere will be no Border.
    SlantDashDotThe Border will be made from a repetition of diagonal dashes followed by dots.
    ThickThe Border will be made of a full thick line.
    ThinThe Border will be made of a full thin line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.LineStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also