Scenario: Scenario

View source: R/Scenario.R

ScenarioR Documentation

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

Arguments

inputCells

inputCells

name

name

locked

locked

hidden

hidden

count

count

user

user

comment

comment

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Scenario(name = "name")

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.