Click or drag to resize

ExcelCellFillPattern Class

Represents the pattern fill of a cell interior
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelCellFillPattern

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelCellFillPattern

The ExcelCellFillPattern type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
Gets or sets the background color of the cell.
Public propertyBackColorIndex
Gets or sets the index in Excel palette of background color of the cell.
Public propertyPatternColor
Gets or sets the color of the interior pattern.
Public propertyPatternColorIndex
Gets or sets the color index in Excel palette of the cell pattern.
Public propertyPatternType
Gets or sets the cell interior pattern type.
Top
See Also