Skip to content

PatternFill

Source code

Description

Area fill patterns for use in styles.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.fills.html

Usage

PatternFill(
  patternType = NULL,
  fill_type = NULL,
  start_color = NULL,
  end_color = NULL,
  ...
)

Arguments

patternType patternType
fill_type fill_type
start_color start_color
end_color end_color
Additional arguments, i.e. kwargs.

Details

Caution: if you do not specify a fill_type, other attributes will have no effect !

Value

An openpyxl Python object.

Caution

if you do not specify a fill_type, other attributes will have: no effect !

Examples

library("xlcharts")

PatternFill()