xlsx (version 0.6.1)

CellProtection: Create a CellProtection object.

Description

Create a CellProtection object used for cell styles.

Usage

CellProtection(locked=TRUE, hidden=FALSE)

is.CellProtection(x)

Arguments

locked

a logical indicating the cell is locked.

hidden

a logical indicating the cell is hidden.

x

A CellProtection object, as returned by CellProtection.

Value

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.

See Also

CellStyle for using the a CellProtection object.

Examples

Run this code
# NOT RUN {
  font <-  CellProtection(locked=TRUE)
# }

Run the code above in your browser using DataCamp Workspace