ExcelCellFillType Enumeration |
Represents the type of interior for cell or range of cells.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelCellFillType
Public Enumeration ExcelCellFillType
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+ (.Xlsx) workbooks.
|
See Also