GradientStop | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
GradientStop(
pos = NULL,
scrgbClr = NULL,
srgbClr = NULL,
hslClr = NULL,
sysClr = NULL,
schemeClr = NULL,
prstClr = NULL,
...
)
pos |
pos |
scrgbClr |
scrgbClr |
srgbClr |
srgbClr |
hslClr |
hslClr |
sysClr |
sysClr |
schemeClr |
schemeClr |
prstClr |
prstClr |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
GradientStop()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.