ControlProperty
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.controls.html
Usage
ControlProperty(
anchor = NULL,
locked = TRUE,
defaultSize = TRUE,
print = TRUE,
disabled = FALSE,
recalcAlways = FALSE,
uiObject = FALSE,
autoFill = TRUE,
autoLine = TRUE,
autoPict = TRUE,
macro = NULL,
altText = NULL,
linkedCell = NULL,
listFillRange = NULL,
cf = "pict",
id = NULL,
...
)
Arguments
anchor
|
anchor |
locked
|
locked |
defaultSize
|
defaultSize |
print
|
\_print |
disabled
|
disabled |
recalcAlways
|
recalcAlways |
uiObject
|
uiObject |
autoFill
|
autoFill |
autoLine
|
autoLine |
autoPict
|
autoPict |
macro
|
macro |
altText
|
altText |
linkedCell
|
linkedCell |
listFillRange
|
listFillRange |
cf
|
cf |
id
|
id |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
ControlProperty(
anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
)