PivotFormat: PivotFormat

View source: R/PivotFormat.R

PivotFormatR Documentation

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

## Not run: 
PivotFormat()

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.