TdxSpreadSheetCustomProtectionOptions Class
In This Article
The base class for all classes that implement the protection settings of the Spreadsheet and Report Designer controls.
#Declaration
Delphi
TdxSpreadSheetCustomProtectionOptions = class(
TPersistent
)
#Remarks
This class is the direct ancestor of the TdxSpreadSheetSheetProtectionOptions and TdxSpreadSheetWorkbookProtectionOptions classes.
The TdxSpreadSheetCustomProtectionOptions class implements the following common spreadsheet protection settings, including:
The worksheet or spreadsheet document protection state (Protected);
Settings applied to worksheet or document password protection, if enabled (ProtectionInfo).
You do not need to create instances of the TdxSpreadSheetCustomProtectionOptions class, use its descendants instead.
#Inheritance
TObject
TPersistent
TdxSpreadSheetCustomProtectionOptions
See Also