Version

CellBorderLineStyle Enumeration

Represents the different cell border line styles.
Syntax
'Declaration
 
Public Enum CellBorderLineStyle 
   Inherits System.Enum
public enum CellBorderLineStyle : System.Enum 
Members
MemberDescription
DashDotDash-dot border.
DashDotDotDash-dot-dot border.
DashedDashed border.
DefaultUse the default border line style.
DottedDotted border.
DoubleDouble-line border.
HairDotted border with small dots.
MediumMedium border.
MediumDashDotMedium dash-dot border.
MediumDashDotDotMedium dash-dot-dot border.
MediumDashedDotted border with big dots.
NoneNo border.
SlantedDashDotSlanted dash-dot border.
ThickThick border.
ThinThin border.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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