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

XlsxExportOptions Class

Contains options which define how a document is exported to XLSX format.

Namespace: DevExpress.XtraPrinting

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

Declaration

public class XlsxExportOptions :
    XlExportOptionsBase

The following members return XlsxExportOptions objects:

Remarks

In addition to the common export settings inherited from the base XlExportOptionsBase class, the XlsxExportOptions class provides the following properties which define how a document is exported to XLSX format.

For more information, refer to Export to XLSX.

See Also