PatternFillProperties {xlcharts} | R Documentation |
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
## Not run:
PatternFillProperties()
## End(Not run)
[Package xlcharts version 0.0.2 Index]