Learn R Programming

xlcharts (version 0.0.1)

PatternFill: PatternFill

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,
  ...
)

Value

An openpyxl Python object.

Arguments

patternType

patternType

fill_type

fill_type

start_color

start_color

end_color

end_color

...

Additional arguments, i.e. kwargs.

Caution

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

Details

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

Examples

Run this code
if (FALSE) {
PatternFill()
}

Run the code above in your browser using DataLab