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

TdxSpreadSheetTableView.OptionsProtection Property

Specifies the Table View worksheet protection settings.

#Declaration

Delphi
property OptionsProtection: TdxSpreadSheetSheetProtectionOptions read; write;

#Property Value

Type
TdxSpreadSheetSheetProtectionOptions

#Remarks

This property provides access to multiple worksheet protection settings, including the protection state and a set of end-user permissions. For instance, you can use the OptionsProtection.Protected property to identify and/or change the worksheet’s current protection status.

For detailed information on end-user permission settings applied to a protected worksheet, refer to the TdxSpreadSheetSheetProtectionOptions class description.

See Also