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

EncryptionSettings Class

Base implementation of the EncryptionOptions interface.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public class EncryptionSettings :
    EncryptionOptions,
    IDisposable

Remarks

Use the EncryptionSettings object to encrypt a document with a password on saving using the SaveDocument method overloads.

Implements

Inheritance

Object
EncryptionSettings
See Also