Learn R Programming

xlcharts (version 0.0.1)

Scenario: Scenario

Description

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

Usage

Scenario(
  inputCells = list(),
  name = NULL,
  locked = FALSE,
  hidden = FALSE,
  count = NULL,
  user = NULL,
  comment = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

inputCells

inputCells

name

name

locked

locked

hidden

hidden

count

count

user

user

comment

comment

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Scenario(name = "name")
}

Run the code above in your browser using DataLab