ChartsheetView {xlcharts}R Documentation

ChartsheetView

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.views.html

Usage

ChartsheetView(
  tabSelected = NULL,
  zoomScale = NULL,
  workbookViewId = 0L,
  zoomToFit = TRUE,
  extLst = NULL,
  ...
)

Arguments

tabSelected

tabSelected

zoomScale

zoomScale

workbookViewId

workbookViewId

zoomToFit

zoomToFit

extLst

extLst

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ChartsheetView()

## End(Not run)


[Package xlcharts version 0.0.2 Index]