XlPatternType Enum
Lists the types of patterns available for cell shading.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No background (solid color or fill pattern) is applied to a cell. |
Solid
|
Specifies that a cell is filled with a solid color. |
Medium
|
Specifies the 50% gray pattern. |
Dark
|
Specifies the 75% gray pattern. |
Light
|
Specifies the 25% gray pattern. |
Dark
|
Specifies a pattern that is a series of thick horizontal stripes. |
Dark
|
Specifies a pattern that is a series of thick vertical stripes. |
Dark
|
Specifies a pattern that is a series of thick downward diagonal stripes. |
Dark
|
Specifies a pattern that is a series of thick upward diagonal stripes. |
Dark
|
Specifies the thick grid pattern. |
Dark
|
Specifies the thick diagonal trellis pattern. |
Light
|
Specifies a pattern that is a series of thin horizontal stripes. |
Light
|
Specifies a pattern that is a series of thin vertical stripes. |
Light
|
Specifies a pattern that is a series of thin downward diagonal stripes. |
Light
|
Specifies a pattern that is a series of thin upward diagonal stripes. |
Light
|
Specifies the thin grid pattern. |
Light
|
Specifies the thin diagonal trellis pattern. |
Gray125
|
Specifies the 12. |
Gray0625
|
Specifies the 6. |
#Related API Members
The following properties accept/return XlPatternType values:
#Remarks
To apply the pattern fill to a cell, call the XlFill.PatternFill method with the XlPatternType enumeration value passed as a parameter. To obtain or change the type of the applied pattern fill, use the XlFill.PatternType property.