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
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoFill | 0 | No interior pattern is applied for the cell. | |
| SolidFill | 1 | The cell interior is filled with a solid color. | |
| PatternFill | 2 | The cell interior is a pattern. | |
| GradientFill | 3 | The cell interior is a two colors gradient. This cell interior type is valid only for Excel 2007 workbooks. |
See Also