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",
...
)
Arguments
xSplit
|
xSplit |
ySplit
|
ySplit |
topLeftCell
|
topLeftCell |
activePane
|
activePane |
state
|
state |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Pane()