BlurEffect
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
Usage
BlurEffect(rad = NULL, grow = NULL, ...)
Arguments
rad
|
rad |
grow
|
grow |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
BlurEffect(rad = 0.5)