DifferentialStyle {xlcharts} | R Documentation |
DifferentialStyle
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.differential.html
Usage
DifferentialStyle(
font = NULL,
numFmt = NULL,
fill = NULL,
alignment = NULL,
border = NULL,
protection = NULL,
extLst = NULL,
...
)
Arguments
font |
font |
numFmt |
numFmt |
fill |
fill |
alignment |
alignment |
border |
border |
protection |
protection |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
DifferentialStyle()
## End(Not run)
[Package xlcharts version 0.0.2 Index]