Learn R Programming

xlcharts (version 0.0.1)

Protection: Protection

Description

Protection options for use in styles.

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

Usage

Protection(locked = TRUE, hidden = FALSE, ...)

Value

An openpyxl Python object.

Arguments

locked

locked

hidden

hidden

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab