PatternFill

PatternFill class

Encapsulates the object that represents pattern fill format

class PatternFill;

Properties

PropertyTypeDescription
patternFillPatternGets or sets the fill pattern type
backgroundColorColorGets or sets the background Color of the Area.
backgroundCellsColorCellsColorGets and sets the foreground CellsColor object.
foregroundColorColorGets or sets the foreground Color.
foregroundCellsColorCellsColorGets and sets the foreground CellsColor object.
foreTransparencynumberGets or sets the transparency of foreground color.
backTransparencynumberGets or sets the transparency of background color.

pattern

Gets or sets the fill pattern type

pattern : FillPattern;

backgroundColor

Gets or sets the background Color of the Area.

backgroundColor : Color;

backgroundCellsColor

Gets and sets the foreground CellsColor object.

backgroundCellsColor : CellsColor;

foregroundColor

Gets or sets the foreground Color.

foregroundColor : Color;

foregroundCellsColor

Gets and sets the foreground CellsColor object.

foregroundCellsColor : CellsColor;

foreTransparency

Gets or sets the transparency of foreground color.

foreTransparency : number;

backTransparency

Gets or sets the transparency of background color.

backTransparency : number;