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

TdxCustomSpreadSheet.OptionsProtection Property

Specifies the spreadsheet document structure protection options.

#Declaration

Delphi
property OptionsProtection: TdxSpreadSheetWorkbookProtectionOptions read; write;

#Property Value

Type
TdxSpreadSheetWorkbookProtectionOptions

#Remarks

This property provides access to the spreadsheet document protection settings, including the protection state and the end-user permissions. For instance, you can use the OptionsProtection.Protected and OptionsProtection.AllowChangeStructure properties to identify and/or change the spreadsheet document protection status and the end-user capability to modify the document structure.

To enable or disable the document structure protection, you can call the Protect and Unprotect procedures, respectively.

For detailed information on all available protection options, refer to the TdxSpreadSheetWorkbookProtectionOptions class description.

See Also