SpreadsheetOpenXmlImportOptions.EncryptionPassword Property
Gets or sets a password used to unprotect a password-protected Office Open XML document (.xlsx) during import. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the password to unprotect a document. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EncryptionPassword |
---|---|
SpreadsheetImportOptions |
|
Remarks
The EncryptionPassword property specifies a password for opening a password-protected Open XML (.xlsx) document.
See Also