
Last chance! 50% off unlimited learning
Sale ends in
Create a CellProtection object used for cell styles.
is.CellProtection(x)CellProtection(locked = TRUE, hidden = FALSE)
A CellProtection object, as returned by CellProtection
.
a logical indicating the cell is locked.
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.
CellStyle
for using the a CellProtection
object.
# NOT RUN {
font <- CellProtection(locked=TRUE)
# }
Run the code above in your browser using DataLab