FillPattern
Overview
FillPattern is a enum in Aspose.Cells for NET.
FillPattern and FillPatternKind enumerate the same set of cell fill styles, including None, Solid, MediumGray, DarkGray, Gray125, Gray0625, DarkHorizontal, DarkVertical, DarkDown, and DarkUp.
Description
FillPattern is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like FillPattern help ensure type safety by restricting values to a predefined set.
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 |