PivotFormat
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.pivot.html
Usage
PivotFormat(
idx = 0L,
spPr = NULL,
txPr = NULL,
marker = NULL,
dLbl = NULL,
extLst = NULL,
...
)
Arguments
idx
|
idx |
spPr
|
spPr |
txPr
|
txPr |
marker
|
marker |
dLbl
|
dLbl |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
PivotFormat()