Skip to main content

TdxSpreadSheetWorkbookProtectionOptions.AllowChangeStructure Property

Specifies if an end-user can modify the structure of a protected spreadsheet document.

Declaration

property AllowChangeStructure: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use this and the Protected property together to switch the end-user capability to insert, rename, rearrange, hide, display, and delete individual worksheets in a protected spreadsheet document. The AllowChangeStructure property has no effect if the Protected property is set to False.

The AllowChangeStructure property corresponds to the Structure checkbox in the Protect Structure dialog, where the checked and unchecked states correspond to False and True values, respectively:

The default value of the AllowChangeStructure property is True.

See Also