PathShadeProperties {xlcharts} | R Documentation |
PathShadeProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
Usage
PathShadeProperties(path = NULL, fillToRect = NULL, ...)
Arguments
path |
path |
fillToRect |
fillToRect |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
PathShadeProperties(path = "circle")
## End(Not run)
[Package xlcharts version 0.0.2 Index]