View source: R/PresetShadowEffect.R
PresetShadowEffect | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
PresetShadowEffect(prst = NULL, dist = NULL, dir = NULL, ...)
prst |
prst |
dist |
dist |
dir |
dir |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
PresetShadowEffect(prst = "shdw20", dist = 1L, dir = 1L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.