TdxSpreadSheetSheetProtectionOptions.AllowEditContainers Property
Specifies if an end-user can create, move, modify, and delete floating containers in a protected worksheet.
Declaration
property AllowEditContainers: Boolean index 2 read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
This property corresponds to the Edit containers checkbox in the Protect Sheet dialog:

Set the AllowEditContainers property to False to forbid an end-user from creating (including pasting bitmaps), moving, modifying, and deleting floating containers (including comments) and using the following container-related commands in a protected worksheet:
To identify if an end-user is currently able to create, move, modify, and delete floating containers, use the ActualAllowEditContainers property.
The default value of the AllowEditContainers property is True.
See Also