TdxSpreadSheetTableView.OptionsProtection Property
In This Article
Specifies the Table View worksheet protection settings.
#Declaration
Delphi
property OptionsProtection: TdxSpreadSheetSheetProtectionOptions read; write;
#Property Value
Type |
---|
Tdx |
#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