Control {xlcharts} | R Documentation |
Control
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.controls.html
Usage
Control(controlPr = NULL, shapeId = NULL, name = NULL, ...)
Arguments
controlPr |
controlPr |
shapeId |
shapeId |
name |
name |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
An openpyxl Python object.
Examples
## Not run:
Control(
controlPr = ControlProperty(
anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
),
shapeId = 1L
)
## End(Not run)
[Package xlcharts version 0.0.2 Index]