PatternFillProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
Usage
PatternFillProperties(prst = NULL, fgClr = NULL, bgClr = NULL, ...)
Arguments
prst
|
prst |
fgClr
|
fgClr |
bgClr
|
bgClr |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
PatternFillProperties()