powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
ShapeStyle(lnRef = NULL, fillRef = NULL, effectRef = NULL, fontRef = NULL, ...)
An openpyxl Python object.
lnRef
fillRef
effectRef
fontRef
Additional arguments, i.e. kwargs.
if (FALSE) { ShapeStyle( lnRef = StyleMatrixReference(idx = 1L), fillRef = StyleMatrixReference(idx = 1L), effectRef = StyleMatrixReference(idx = 1L), fontRef = FontReference() ) }
Run the code above in your browser using DataLab