powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
InnerShadowEffect(blurRad = NULL, dist = NULL, dir = NULL, ...)
An openpyxl Python object.
blurRad
dist
dir
Additional arguments, i.e. kwargs.
if (FALSE) { InnerShadowEffect(blurRad = 1, dist = 1, dir = 1) }
Run the code above in your browser using DataLab