powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.controls.html
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, ... )
An openpyxl Python object.
anchor
locked
defaultSize
_print
disabled
recalcAlways
uiObject
autoFill
autoLine
autoPict
macro
altText
linkedCell
listFillRange
cf
id
Additional arguments, i.e. kwargs.
if (FALSE) { ControlProperty( anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker()) ) }
Run the code above in your browser using DataLab