Table of Contents

Enum LineStyleType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Border line styles.

public enum LineStyleType

Fields

DashDot = 9

Represents the DashDot border line style.

DashDotDot = 11

Represents the DashDotDot border line style.

Dashed = 3

Represents the dashed border line style.

Dotted = 4

Represents the dotted border line style.

Double = 6

Represents the double border line style.

Hair = 7

Represents the hair border line style.

Medium = 2

Represents the medium border line style.

MediumDashDot = 10

Represents the MediumDashDot border line style.

MediumDashDotDot = 12

Represents the MediumDashDotDot border line style.

MediumDashed = 8

Represents the medium_dashed medium_dashed line style.

None = 0

Represents no border line style.

SlantedDashDot = 13

Represents the SlantedDashDot border line style.

Thick = 5

Represents the thick border line style.

Thin = 1

Represents the thin border line style.