'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
Member | Description |
---|---|
DashDot | The Border will be made from a repetition of dashes & dots. |
DashDotDot | The Border will be made from a repetition of a dash-dot-dot pattern. |
Dashed | The Border will be made of dashes. |
Dotted | The Border will be made of dots. |
Double | The Border will be made of two parallel lines. |
Hair | The Border will be made of small dots. |
Medium | The Border will be made of a medium-sized line. |
MediumDashDot | The Border will be made of a medium-sized line created from a repetition of dashes & dots. |
MediumDashDotDot | The Border will be made of a medium-sized line created from a repetition of a dash-dot-dot pattern. |
MediumDashed | The Border will be made of a medium-sized line made of dashes. |
None | There will be no Border. |
SlantDashDot | The Border will be made from a repetition of diagonal dashes followed by dots. |
Thick | The Border will be made of a full thick line. |
Thin | The Border will be made of a full thin line. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.LineStyle
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