Back to Devexpress

TdxSpreadSheetTableView.OptionsProtection Property

vcl-dxspreadsheetcore-dot-tdxspreadsheettableview-16acd327.md

latest1.4 KB
Original Source

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

TdxSpreadSheetTableView.Protect

TdxSpreadSheetTableView.Unprotect

TdxSpreadSheetTableView Class

TdxSpreadSheetTableView Members

dxSpreadSheetCore Unit