RowRange | R Documentation |
Represent a range of at least one row
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.print_settings.html
RowRange(range_string = NULL, min_row = NULL, max_row = NULL, ...)
range_string |
range_string |
min_row |
min_row |
max_row |
max_row |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
RowRange(min_row = 1L, max_row = 2L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.