Selection {xlcharts} | R Documentation |
Selection
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.views.html
Usage
Selection(
pane = NULL,
activeCell = "A1",
activeCellId = NULL,
sqref = "A1",
...
)
Arguments
pane |
pane |
activeCell |
activeCell |
activeCellId |
activeCellId |
sqref |
sqref |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Selection()
## End(Not run)
[Package xlcharts version 0.0.2 Index]