Xceed Workbooks for .NET v1.4 Documentation
LineStyle Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : LineStyle Enumeration
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
DashDotLine composed of dash-dots
DashDotDotLine composed of dash-dot-dots
DashedLine composed of dashes
DottedLine composed of dots
DoubleFull double line
HairLine composed of small dots
MediumFull medium line
MediumDashDotMedium line composed of dash-dots
MediumDashDotDotMedium line composed of dash-dot-dots
MediumDashedMedium line composed of dashes
NoneNo lines
SlantDashDotLine composed of diagonal dash-dots
ThickFull thick line
ThinFull 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

Reference

Xceed.Workbooks.NET Namespace