GroupShapeProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.properties.html
Usage
GroupShapeProperties(
bwMode = NULL,
xfrm = NULL,
scene3d = NULL,
extLst = NULL,
...
)
Arguments
bwMode
|
bwMode |
xfrm
|
xfrm |
scene3d
|
scene3d |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
GroupShapeProperties()