Outline {xlcharts} | R Documentation |
Outline
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.properties.html
Usage
Outline(
applyStyles = NULL,
summaryBelow = NULL,
summaryRight = NULL,
showOutlineSymbols = NULL,
...
)
Arguments
applyStyles |
applyStyles |
summaryBelow |
summaryBelow |
summaryRight |
summaryRight |
showOutlineSymbols |
showOutlineSymbols |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Outline()
## End(Not run)
[Package xlcharts version 0.0.2 Index]