Table of Contents

Enum ExcelPatternType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Patterns style.

public enum ExcelPatternType

Fields

Angle = 15

Represents the Angle pattern.

DarkDownwardDiagonal = 7

Represents the DarkDownwardDiagonal pattern.

DarkHorizontal = 5

Represents the DarkHorizontal pattern.

DarkUpwardDiagonal = 8

Represents the DarkUpwardDiagonal pattern.

DarkVertical = 6

Represents the DarkVertical pattern.

DiagonalCrosshatch = 9

Represents the DiagonalCrosshatch pattern.

DiagonalStripe = 8

Represents the DiagonalStripe pattern.

ForwardDiagonal = 9

Represents the ForwardDiagonal pattern.

Gradient = 4000

Represent gradient pattern.

Horizontal = 11

Represents the Horizontal pattern.

HorizontalStripe = 5

Represents the HorizontalStripe pattern.

LightDownwardDiagonal = 13

Represents the LightDownwardDiagonal pattern.

LightUpwardDiagonal = 14

Represents the LightUpwardDiagonal pattern.

None = 0

No pattern.

Percent05 = 18

Represents the Percent05 pattern.

Percent10 = 17

Represents the Percent10 pattern.

Percent125Gray = 17

Represents the Percent125Gray pattern.

Percent25 = 4

Represents the Percent25 pattern.

Percent25Gray = 4

Represents the Percent25Gray pattern.

Percent50 = 2

Represents the Percent50 pattern.

Percent50Gray = 2

Represents the Percent50Gray pattern.

Percent60 = 16

Represents the Percent60 pattern.

Percent625Gray = 18

Represents the Percent625Gray pattern.

Percent70 = 3

Represents the Percent70 pattern.

Percent75 = 10

Represents the Percent75 pattern.

Percent75Gray = 3

Represents the Percent75Gray pattern.

ReverseDiagonalStripe = 7

Represents the ReverseDiagonalStripe pattern.

Solid = 1

Represents the Solid pattern.

ThickDiagonalCrosshatch = 10

Represents the ThickDiagonalCrosshatch pattern.

ThinDiagonalCrosshatch = 16

Represents the ThinDiagonalCrosshatch pattern.

ThinDiagonalStripe = 14

Represents the ThinDiagonalStripe pattern.

ThinHorizontalCrosshatch = 15

Represents the ThinHorizontalCrosshatch pattern.

ThinHorizontalStripe = 11

Represents the ThinHorizontalStripe pattern.

ThinReverseDeagonalStripe = 13

Represents the ThinReverseDeagonalStripe pattern.

ThinVerticalStripe = 12

Represents the ThinVerticalStripe pattern.

Vertical = 12

Represents the Vertical pattern.

VerticalStripe = 6

Represents the VerticalStripe pattern.