Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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