PatternFill
Contents
[
Hide
]PatternFill class
Encapsulates the object that represents pattern fill format
class PatternFill;
Properties
Property | Type | Description |
---|---|---|
pattern | FillPattern | Gets or sets the fill pattern type |
backgroundColor | Color | Gets or sets the background Color of the Area. |
backgroundCellsColor | CellsColor | Gets and sets the foreground CellsColor object. |
foregroundColor | Color | Gets or sets the foreground Color. |
foregroundCellsColor | CellsColor | Gets and sets the foreground CellsColor object. |
foreTransparency | number | Gets or sets the transparency of foreground color. |
backTransparency | number | Gets 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;