Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

[Browsable(false)]
public string EncryptionPassword { get; set; }

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
.OpenXml .EncryptionPassword

Remarks

The EncryptionPassword property specifies a password for opening a password-protected Open XML (.xlsx) document.

See Also