Back to Devexpress

XlsExportOptions Class

corelibraries-devexpress-dot-xtraprinting-30ef50c1.md

latest2.9 KB
Original Source

XlsExportOptions Class

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class XlsExportOptions :
    XlExportOptionsBase
vb
Public Class XlsExportOptions
    Inherits 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.

Inheritance

Object ExportOptionsBase PageByPageExportOptionsBase XlExportOptionsBase XlsExportOptions XlsExportOptionsEx

PivotXlsExportOptionsBase

PivotXlsExportOptions

PivotXlsExportOptions

PivotGridXlsExportOptions

See Also

XlsExportOptions Members

Export to XLS

DevExpress.XtraPrinting Namespace