Learn R Programming

xlcharts (version 0.0.1)

ControlProperty: 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,
  ...
)

Value

An openpyxl Python object.

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.

Examples

Run this code
if (FALSE) {
ControlProperty(
  anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
)
}

Run the code above in your browser using DataLab