PrintArea {xlcharts} | R Documentation |
PrintArea
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.print_settings.html
Usage
PrintArea(ranges = list(), title = "", ...)
Arguments
ranges |
ranges |
title |
title |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
PrintArea()
## End(Not run)
[Package xlcharts version 0.0.2 Index]