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
library("xlcharts")
Outline()