Skip to main content

XlsExportOptions Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class XlsExportOptions :
    XlExportOptionsBase

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.

For more information, refer to Export to XLS.

See Also