XlsExportOptions Class
Contains options which define how a document is exported to XLS format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Related API Members
The following members return XlsExportOptions objects:
Remarks
In addition to the common export settings inherited from the base XlExportOptionsBase class, the XlsExportOptions class provides the following properties which define how a document is exported to XLS format.
- XlsExportOptions.ExportMode;
- XlsExportOptions.PageRange;
- XlsExportOptions.Suppress256ColumnsWarning;
- XlsExportOptions.Suppress65536RowsWarning.
For more information, refer to Export to XLS.
Inheritance
See Also