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

XlExportOptionsBase Class

Represents the base class for objects which define export options specific to XLS and XLSX formats.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public abstract class XlExportOptionsBase :
    PageByPageExportOptionsBase

Remarks

The XlExportOptionsBase class provides the following properties, which define how a document is exported to XLS and XLSX formats.

See Also