ExcelCellFillPattern Class

Represents the pattern fill of a cell interior

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellFillPattern
Inheritance
Object    ExcelCellFillPattern

Properties

BackColor Gets or sets the background color of the cell.
BackColorIndex Gets or sets the index in Excel palette of background color of the cell.
PatternColor Gets or sets the color of the interior pattern.
PatternColorIndex Gets or sets the color index in Excel palette of the cell pattern.
PatternType Gets or sets the cell interior pattern type.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also