Skip to content

ChartsheetProtection

Source code

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

library("xlcharts")

ChartsheetProtection()