Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetWorkbookProtectionOptions.AllowChangeStructure Property

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

#Declaration

Delphi
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