Learn R Programming

xlcharts (version 0.0.1)

ColRange: 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, ...)

Value

An openpyxl Python object.

Arguments

range_string

range_string

min_col

min_col

max_col

max_col

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ColRange(range_string = "A:B")
}

Run the code above in your browser using DataLab