Protection.AllowDeletingRows 属性

定义

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

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

属性值

注解

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

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

适用于