New to Telerik UI for WinFormsStart a free 30-day trial

Defines the available border line styles for cell edges in a spreadsheet.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public enum SpreadBorderStyle

Fields

Dash-dot pattern.

C#
DashDot = 4

Dash-dot-dot pattern.

C#
DashDotDot = 3

Dashed line.

C#
Dashed = 5

Dotted line.

C#
Dotted = 2

Double line.

C#
Double = 10

Thinnest available hairline.

C#
Hair = 1

Medium weight continuous line.

C#
Medium = 11

Medium weight dash-dot pattern.

C#
MediumDashDot = 8

Medium weight dash-dot-dot pattern.

C#
MediumDashDotDot = 7

Medium weight dashed line.

C#
MediumDashed = 9

No visible border line.

C#
None = 0

Slanted dash-dot pattern.

C#
SlantDashDot = 12

Thick continuous line.

C#
Thick = 13

Thin continuous line.

C#
Thin = 6