Winnovative Excel Library

ExcelCellFillType Enumeration

Winnovative Excel Library Documentation
Represents the type of interior for cell or range of cells.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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 workbooks.
See Also

Reference