Skip to main content

TdxSpreadSheetCustomProtectionOptions Class

The base class for all classes that implement the protection settings of the Spreadsheet and Report Designer controls.

Declaration

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:

You do not need to create instances of the TdxSpreadSheetCustomProtectionOptions class, use its descendants instead.

Inheritance

TObject
TPersistent
TdxSpreadSheetCustomProtectionOptions
See Also