Protection.AllowFormattingCells 属性

定义

如果允许对受保护的工作表上的单元格进行格式设置,则返回 True

public:
 property bool AllowFormattingCells { bool get(); };
public bool AllowFormattingCells { get; }
Public ReadOnly Property AllowFormattingCells As Boolean

属性值

注解

可以使用 方法参数设置 Protect(Object, Object, Object)AllowFormattingCells 属性。

使用此属性可禁用“保护”选项卡,允许用户更改所有格式,但不能解锁或取消隐藏范围。

适用于