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

XlEncryptionOptions Class

Provides the options to encrypt XLSX files.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class XlEncryptionOptions

The following members return XlEncryptionOptions objects:

Remarks

An XlEncryptionOptions object is returned by the XlExportOptionsBase.EncryptionOptions property.

Inheritance

Object
XlEncryptionOptions
See Also