ColRange {xlcharts} | R Documentation |
ColRange
Description
Represent a range of at least one column
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.print_settings.html
Usage
ColRange(range_string = NULL, min_col = NULL, max_col = NULL, ...)
Arguments
range_string |
range_string |
min_col |
min_col |
max_col |
max_col |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ColRange(range_string = "A:B")
## End(Not run)
[Package xlcharts version 0.0.2 Index]