GradientFillProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
Usage
GradientFillProperties(
flip = NULL,
rotWithShape = NULL,
gsLst = list(),
lin = NULL,
path = NULL,
tileRect = NULL,
...
)
Arguments
flip
|
flip |
rotWithShape
|
rotWithShape |
gsLst
|
gsLst |
lin
|
lin |
path
|
path |
tileRect
|
tileRect |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
GradientFillProperties()