Description Usage Arguments Value Author(s) See Also Examples
View source: R/CellProtection.R
Create a CellProtection object used for cell styles.
1 2 3 | is.CellProtection(x)
CellProtection(locked = TRUE, hidden = FALSE)
|
x |
A CellProtection object, as returned by |
locked |
a logical indicating the cell is locked. |
hidden |
a logical indicating the cell is hidden. |
CellProtection
returns a list with components from the input
argument, and a class attribute "CellProtection". CellProtection objects
are used when constructing cell styles.
is.CellProtection
returns TRUE
if the argument is of class
"CellProtection" and FALSE
otherwise.
Adrian Dragulescu
CellStyle
for using the a CellProtection
object.
1 | font <- CellProtection(locked=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.