Learn R Programming

xlcharts (version 0.0.1)

Pane: Pane

Description

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

Usage

Pane(
  xSplit = NULL,
  ySplit = NULL,
  topLeftCell = NULL,
  activePane = "topLeft",
  state = "split",
  ...
)

Value

An openpyxl Python object.

Arguments

xSplit

xSplit

ySplit

ySplit

topLeftCell

topLeftCell

activePane

activePane

state

state

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Pane()
}

Run the code above in your browser using DataLab