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

ValueDescription
NoneNo fill pattern; the cell background is transparent
SolidSolid fill covering the entire cell background
MediumGrayMedium-density gray pattern fill (~50% gray)
DarkGrayDense gray pattern fill (~75% gray)
Gray125Very light gray pattern fill (12.5% density)
Gray0625Extremely light gray pattern fill (6.25% density)
DarkHorizontalDark horizontal stripe pattern
DarkVerticalDark vertical stripe pattern
DarkDownDark diagonal stripes descending left-to-right
DarkUpDark diagonal stripes ascending left-to-right
DarkGridDark crosshatch grid pattern
DarkTrellisDark diamond trellis pattern
LightHorizontalLight horizontal stripe pattern
LightVerticalLight vertical stripe pattern
LightDownLight diagonal stripes descending left-to-right
LightUpLight diagonal stripes ascending left-to-right
LightGridLight crosshatch grid pattern
LightTrellisLight diamond trellis pattern

See Also