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