Break {xlcharts} | R Documentation |
Break
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.pagebreak.html
Usage
Break(id = 0L, min = 0L, max = 16383L, man = TRUE, pt = NULL, ...)
Arguments
id |
id |
min |
min |
max |
max |
man |
man |
pt |
pt |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Break()
## End(Not run)
[Package xlcharts version 0.0.2 Index]