Skip to main content

XlExportOptionsBase Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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