Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

EncryptedFilePasswordCheckFailedEventArgs.Error Property

Obtains the password error.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public SpreadsheetDecryptionError Error { get; }

Property Value

Type Description
SpreadsheetDecryptionError

One of the SpreadsheetDecryptionError enumeration values indicating the error type.

See Also