Click or drag to resize

ExcelCellFillType Enumeration

Represents the type of interior for cell or range of cells.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelCellFillType
Members
Member nameValueDescription
NoFill0 No interior pattern is applied for the cell.
SolidFill1 The cell interior is filled with a solid color.
PatternFill2 The cell interior is a pattern.
GradientFill3 The cell interior is a two colors gradient. This cell interior type is valid only for Excel 2007+ (.Xlsx) workbooks.
See Also