FillOverlayEffect {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
FillOverlayEffect(blend = NULL, ...)
blend |
blend |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
FillOverlayEffect(blend = "darken")
## End(Not run)