TdxSpreadSheetWorkbookProtectionOptions.ActualAllowChangeStructure Property
Identifies if an end-user can modify the spreadsheet document structure.
Declaration
property ActualAllowChangeStructure: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False if both the spreadsheet document is protected (i.e., the Spreadsheet control’s OptionsBehavior.Protected and/or OptionsProtection.Protected properties are set to True) and the AllowChangeStructure property is set to True. Otherwise, the ActualAllowChangeStructure property returns True.
The ActualAllowChangeStructure property value affects the availability of the Insert, Delete, Rename…, Hide, and Unhide… items in the caption bar context menu, the New Sheet button, as well as the availability of the InsertSheet, DeleteSheet, HideSheet, and UnhideSheet commands.
See Also