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
library("xlcharts")
Control(
controlPr = ControlProperty(
anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
),
shapeId = 1L
)