Version

CellBorderLineStyle Enumeration

Represents the different cell border line styles.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also