ExcelPatternType Enumeration
|
Patterns style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelPatternType
Public Enumeration ExcelPatternType
public enum class ExcelPatternType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No pattern.
|
|
Solid
|
1
|
Represents the Solid pattern.
|
|
Percent50
|
2
|
Represents the Percent50 pattern.
|
|
Percent70
|
3
|
Represents the Percent70 pattern.
|
|
Percent25
|
4
|
Represents the Percent25 pattern.
|
|
DarkHorizontal
|
5
|
Represents the DarkHorizontal pattern.
|
|
DarkVertical
|
6
|
Represents the DarkVertical pattern.
|
|
DarkDownwardDiagonal
|
7
|
Represents the DarkDownwardDiagonal pattern.
|
|
DarkUpwardDiagonal
|
8
|
Represents the DarkUpwardDiagonal pattern.
|
|
ForwardDiagonal
|
9
|
Represents the ForwardDiagonal pattern.
|
|
Percent75
|
10
|
Represents the Percent75 pattern.
|
|
Horizontal
|
11
|
Represents the Horizontal pattern.
|
|
Vertical
|
12
|
Represents the Vertical pattern.
|
|
LightDownwardDiagonal
|
13
|
Represents the LightDownwardDiagonal pattern.
|
|
LightUpwardDiagonal
|
14
|
Represents the LightUpwardDiagonal pattern.
|
|
Angle
|
15
|
Represents the Angle pattern.
|
|
Percent60
|
16
|
Represents the Percent60 pattern.
|
|
Percent10
|
17
|
Represents the Percent10 pattern.
|
|
Percent05
|
18
|
Represents the Percent05 pattern.
|
|
Percent50Gray
|
2
|
Represents the Percent50Gray pattern.
|
|
Percent75Gray
|
3
|
Represents the Percent75Gray pattern.
|
|
Percent25Gray
|
4
|
Represents the Percent25Gray pattern.
|
|
HorizontalStripe
|
5
|
Represents the HorizontalStripe pattern.
|
|
VerticalStripe
|
6
|
Represents the VerticalStripe pattern.
|
|
ReverseDiagonalStripe
|
7
|
Represents the ReverseDiagonalStripe pattern.
|
|
DiagonalStripe
|
8
|
Represents the DiagonalStripe pattern.
|
|
DiagonalCrosshatch
|
9
|
Represents the DiagonalCrosshatch pattern.
|
|
ThickDiagonalCrosshatch
|
10
|
Represents the ThickDiagonalCrosshatch pattern.
|
|
ThinHorizontalStripe
|
11
|
Represents the ThinHorizontalStripe pattern.
|
|
ThinVerticalStripe
|
12
|
Represents the ThinVerticalStripe pattern.
|
|
ThinReverseDeagonalStripe
|
13
|
Represents the ThinReverseDeagonalStripe pattern.
|
|
ThinDiagonalStripe
|
14
|
Represents the ThinDiagonalStripe pattern.
|
|
ThinHorizontalCrosshatch
|
15
|
Represents the ThinHorizontalCrosshatch pattern.
|
|
ThinDiagonalCrosshatch
|
16
|
Represents the ThinDiagonalCrosshatch pattern.
|
|
Percent125Gray
|
17
|
Represents the Percent125Gray pattern.
|
|
Percent625Gray
|
18
|
Represents the Percent625Gray pattern.
|
|
Gradient
|
4000
|
Represent gradient pattern.
|
See Also