Protection.AllowDeletingColumns Property

Definition

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

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

Property Value

Remarks

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

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

Applies to