Create a CellProtection object.
创建一个CellProtection对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a CellProtection object used for cell styles.
创建一个CellProtection,用于单元格样式的对象。
用法----------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.
一个的CellProtection对象,返回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.
CellProtection返回一个列表的组件的输入参数,和类属性“CellProtection”。 CellProtection对象时使用的构造单元格样式。
is.CellProtection returns TRUE if the argument is of class "CellProtection" and FALSE otherwise.
is.CellProtection返回TRUE的说法是类“CellProtection”,和FALSE否则。
(作者)----------Author(s)----------
Adrian Dragulescu
参见----------See Also----------
CellStyle for using the a CellProtection object.
CellStyle对象使用一个CellProtection。