Protection.AllowDeletingColumns 属性

定义

如果允许删除受保护工作表上的列,则返回 True

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

属性值

注解

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

对于受保护的工作表,必须取消对包含要删除的单元格的列的锁定。

适用于