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