ManualLayout | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.layout.html
ManualLayout(
layoutTarget = NULL,
xMode = NULL,
yMode = NULL,
wMode = "factor",
hMode = "factor",
x = NULL,
y = NULL,
w = NULL,
h = NULL,
extLst = NULL,
...
)
layoutTarget |
layoutTarget |
xMode |
xMode |
yMode |
yMode |
wMode |
wMode |
hMode |
hMode |
x |
x |
y |
y |
w |
w |
h |
h |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ManualLayout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.