Skip to main content

TdxSpreadSheetSheetProtectionOptions.AllowDeleteColumns Property

Specifies if an end-user can delete columns in a protected worksheet.

Declaration

property AllowDeleteColumns: Boolean index 0 read; write; default False;

Property Value

Type Default
Boolean False

Remarks

This property corresponds to the Delete columns checkbox in the Protect Sheet dialog:

The Protect Sheet Dialog

Set the AllowDeleteColumns property to True to allow an end-user to delete columns in a protected worksheet either by clicking the Delete item in the column header context menu or by executing the DeleteColumns command.

To identify if an end-user is currently able to delete columns, use the ActualAllowDeleteColumns property.

The default value of the AllowDeleteColumns property is False.

See Also