New to Telerik Document ProcessingStart a free 30-day trial

Defines line styles for cell borders, including solid, dashed, dotted, and double lines with various thicknesses.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum CellBorderStyle

Fields

DashDot cell border style.

C#
DashDot = 4

DashDotDot cell border style.

C#
DashDotDot = 3

Dashed cell border style.

C#
Dashed = 5

Dotted cell border style.

C#
Dotted = 2

Double cell border style.

C#
Double = 10

Hair cell border style.

C#
Hair = 1

Medium cell border style.

C#
Medium = 11

MediumDashDot cell border style.

C#
MediumDashDot = 8

MediumDashDotDot cell border style.

C#
MediumDashDotDot = 7

MediumDashed cell border style.

C#
MediumDashed = 9

None cell border style.

C#
None = 0

SlantDashDot cell border style.

C#
SlantDashDot = 12

Thick cell border style.

C#
Thick = 13

Thin cell border style.

C#
Thin = 6