Lists the types of patterns available for cell shading.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v19.2.Core.dll
Name | Description |
---|---|
DarkDown | Specifies a pattern that is a series of thick downward diagonal stripes. |
DarkGray | Specifies the 75% gray pattern. |
DarkGrid | Specifies the thick grid pattern. |
DarkHorizontal | Specifies a pattern that is a series of thick horizontal stripes. |
DarkTrellis | Specifies the thick diagonal trellis pattern. |
DarkUp | Specifies a pattern that is a series of thick upward diagonal stripes. |
DarkVertical | Specifies a pattern that is a series of thick vertical stripes. |
Gray0625 | Specifies the 6.25% gray pattern. |
Gray125 | Specifies the 12.5% gray pattern. |
LightDown | Specifies a pattern that is a series of thin downward diagonal stripes. |
LightGray | Specifies the 25% gray pattern. |
LightGrid | Specifies the thin grid pattern. |
LightHorizontal | Specifies a pattern that is a series of thin horizontal stripes. |
LightTrellis | Specifies the thin diagonal trellis pattern. |
LightUp | Specifies a pattern that is a series of thin upward diagonal stripes. |
LightVertical | Specifies a pattern that is a series of thin vertical stripes. |
MediumGray | Specifies the 50% gray pattern. |
None | No background (solid color or fill pattern) is applied to a cell. |
Solid | Specifies that a cell is filled with a solid Fill.BackgroundColor color. |
This enumeration's values are used by the Fill.PatternType property. See the How to: Change Cell Font and Background Color example.