PatternFill | R Documentation |
Area fill patterns for use in styles.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.fills.html
PatternFill(
patternType = NULL,
fill_type = NULL,
start_color = NULL,
end_color = NULL,
...
)
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 !
An openpyxl Python object.
if you do not specify a fill_type, other attributes will have: no effect !
## Not run:
PatternFill()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.