dxSpreadSheetDefaultProtectionProvider Variable
In This Article
Specifies the encryption algorithm provider used for protecting the spreadsheet document structure and individual worksheets.
#Declaration
Delphi
var dxSpreadSheetDefaultProtectionProvider: TdxSpreadSheetCustomProtectionInfoClass = TdxSpreadSheetStandardProtectionInfo;
#Variable Value
Type |
---|
Tdx |
#Remarks
You can use this global variable to select between available encryption algorithm providers listed in the following table:
Protection Provider Class | Supported in |
---|---|
Tdx |
XLSX and XLS |
Tdx |
XLSX |
See Also