View source: R/ChartsheetProtection.R
ChartsheetProtection | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.protection.html
ChartsheetProtection(
content = NULL,
objects = NULL,
hashValue = NULL,
spinCount = NULL,
saltValue = NULL,
algorithmName = NULL,
password = NULL,
...
)
content |
content |
objects |
objects |
hashValue |
hashValue |
spinCount |
spinCount |
saltValue |
saltValue |
algorithmName |
algorithmName |
password |
password |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ChartsheetProtection()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.