Pane {xlcharts} | R Documentation |
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
## Not run:
Pane()
## End(Not run)
[Package xlcharts version 0.0.2 Index]