Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetStandardProtectionInfo Class

A standard password protection algorithm provider for a worksheet and/or spreadsheet document.

#Declaration

Delphi
TdxSpreadSheetStandardProtectionInfo = class(
    TdxSpreadSheetCustomProtectionInfo
)

#Remarks

The Spreadsheet and Report Designer controls provide support for the standard password worksheet and/or spreadsheet document protection when saving to/loading from the XLS and XLSX file formats.

The TdxSpreadSheetStandardProtectionInfo class extends its ancestor with members that can be used to:

Normally the members, introduced in the TdxSpreadSheetStandardProtectionInfo class, support the internal infrastructure and are not intended to be used directly from your code.

Note

The protection password is assigned by passing it as the APassword parameter of the TdxSpreadSheetStandardProtectionInfo class’ constructor.

#Inheritance

See Also