TdxSpreadSheetTableView.OptionsProtection Property
Specifies the Table View worksheet protection settings.
Declaration
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