Learn R Programming

xlcharts (version 0.0.1)

ChartsheetProtection: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

content

content

objects

objects

hashValue

hashValue

spinCount

spinCount

saltValue

saltValue

algorithmName

algorithmName

password

password

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ChartsheetProtection()
}

Run the code above in your browser using DataLab