XlsxExportOptions Class
In This Article
Contains options which define how a document is exported to XLSX format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public class XlsxExportOptions :
XlExportOptionsBase
#Related API Members
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.
#Inheritance
See Also