Protection.AllowDeletingColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.