ExcelCellFill Class

Represents the interior style of a cell or range of cells.

Definition

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

Properties

FillType Gets or sets the cell fill type.
GradientFillOptions Gets the gradient for the interior. Returns a null object if the InteriorType property is not GradientFill. This property is valid only for Excel 2007 workbooks.
PatternFillOptions Gets the pattern options object for the interior. This property returns a null object if the InteriorType is not PatternFill.
SolidFillOptions Gets the solid fill options object for the interior. This property returns a null object if the InteriorType is not SolidFill.

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