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