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