FillPatternKind
Overview
FillPatternKind is a enum in Aspose.Cells for NET.
Values
| Value | Description |
|---|---|
None | No fill pattern; the cell background is transparent |
Solid | Solid fill covering the entire cell background |
MediumGray | Medium-density gray pattern fill (~50% gray) |
DarkGray | Dense gray pattern fill (~75% gray) |
Gray125 | Very light gray pattern fill (12.5% density) |
Gray0625 | Extremely light gray pattern fill (6.25% density) |
DarkHorizontal | Dark horizontal stripe pattern |
DarkVertical | Dark vertical stripe pattern |
DarkDown | Dark diagonal stripes descending left-to-right |
DarkUp | Dark diagonal stripes ascending left-to-right |
DarkGrid | Dark crosshatch grid pattern |
DarkTrellis | Dark diamond trellis pattern |
LightHorizontal | Light horizontal stripe pattern |
LightVertical | Light vertical stripe pattern |
LightDown | Light diagonal stripes descending left-to-right |
LightUp | Light diagonal stripes ascending left-to-right |
LightGrid | Light crosshatch grid pattern |
LightTrellis | Light diamond trellis pattern |