View source: R/GradientFillProperties.R
GradientFillProperties | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
GradientFillProperties(
flip = NULL,
rotWithShape = NULL,
gsLst = list(),
lin = NULL,
path = NULL,
tileRect = NULL,
...
)
flip |
flip |
rotWithShape |
rotWithShape |
gsLst |
gsLst |
lin |
lin |
path |
path |
tileRect |
tileRect |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
GradientFillProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.