Protection {xlcharts}R Documentation

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

Arguments

locked

locked

hidden

hidden

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Protection()

## End(Not run)


[Package xlcharts version 0.0.2 Index]