TdxSpreadSheetSheetProtectionOptions.ActualAllowEditContainers Property
Identifies if an end-user can create, modify, and delete floating containers in a worksheet.
Declaration
property ActualAllowEditContainers: Boolean index 2 read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False
if both the worksheet is protected (that is, the worksheet’s Options.Protected and/or OptionsProtection.Protected properties are set to True
) and the AllowEditContainers property is set to False
. Otherwise, the ActualAllowEditContainers
property returns True
.
The ActualAllowEditContainers
property value affects both the end-user capability to create, modify, and delete floating containers (including comments) and the availability of the following container-related commands:
See Also