Control | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.controls.html
Control(controlPr = NULL, shapeId = NULL, name = NULL, ...)
controlPr |
controlPr |
shapeId |
shapeId |
name |
name |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
An openpyxl Python object.
## Not run:
Control(
controlPr = ControlProperty(
anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
),
shapeId = 1L
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.