Protection.AllowDeletingRows Property

Definition

Returns True if the deletion of rows is allowed on a protected worksheet.

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

Property Value

Remarks

The AllowDeletingRows property can be set by using the Protect(Object, Object, Object) method arguments.

The rows containing the cells to be deleted must be unlocked when the sheet is protected.

Applies to