WorksheetProperties {xlcharts}R Documentation

WorksheetProperties

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.properties.html

Usage

WorksheetProperties(
  codeName = NULL,
  enableFormatConditionsCalculation = NULL,
  filterMode = NULL,
  published = NULL,
  syncHorizontal = NULL,
  syncRef = NULL,
  syncVertical = NULL,
  transitionEvaluation = NULL,
  transitionEntry = NULL,
  tabColor = NULL,
  outlinePr = NULL,
  pageSetUpPr = NULL,
  ...
)

Arguments

codeName

codeName

enableFormatConditionsCalculation

enableFormatConditionsCalculation

filterMode

filterMode

published

published

syncHorizontal

syncHorizontal

syncRef

syncRef

syncVertical

syncVertical

transitionEvaluation

transitionEvaluation

transitionEntry

transitionEntry

tabColor

tabColor

outlinePr

outlinePr

pageSetUpPr

pageSetUpPr

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
WorksheetProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]