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

EncryptionSettings Class

Base implementation of the EncryptionOptions interface.

Namespace: DevExpress.Spreadsheet

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

Declaration

public class EncryptionSettings :
    EncryptionOptions

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