PrintTitles {xlcharts} | R Documentation |
PrintTitles
Description
Contains at least either a range of rows or columns
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.print_settings.html
Usage
PrintTitles(cols = NULL, rows = NULL, title = "", ...)
Arguments
cols |
cols |
rows |
rows |
title |
title |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
PrintTitles()
## End(Not run)
[Package xlcharts version 0.0.2 Index]