ExcelShapeFillPattern Class

Represents the pattern fill of a shape interior.

Definition

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

Properties

BackColor Gets or sets the background color of the interior.
BackColorIndex Gets or sets the index in Excel palette of background color of the interior.
PatternColor Gets or sets the color of the pattern.
PatternColorIndex Gets or sets the color index in Excel palette of the interior pattern.
PatternType Gets or sets the 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