ChartsheetProtection {xlcharts}R Documentation

ChartsheetProtection

Description

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

Usage

ChartsheetProtection(
  content = NULL,
  objects = NULL,
  hashValue = NULL,
  spinCount = NULL,
  saltValue = NULL,
  algorithmName = NULL,
  password = NULL,
  ...
)

Arguments

content

content

objects

objects

hashValue

hashValue

spinCount

spinCount

saltValue

saltValue

algorithmName

algorithmName

password

password

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ChartsheetProtection()

## End(Not run)


[Package xlcharts version 0.0.2 Index]