Learn R Programming

xlcharts (version 0.0.1)

Control: Control

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.controls.html

Usage

Control(controlPr = NULL, shapeId = NULL, name = NULL, ...)

Value

An openpyxl Python object.

An openpyxl Python object.

Arguments

controlPr

controlPr

shapeId

shapeId

name

name

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Control(
  controlPr = ControlProperty(
    anchor = ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
    ),
  shapeId = 1L
)
}

Run the code above in your browser using DataLab