Back to Devexpress

XlsxExportMode Enum

corelibraries-devexpress-dot-xtraprinting-7206c032.md

latest1.8 KB
Original Source

XlsxExportMode Enum

Lists the available XLSX export modes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum XlsxExportMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum XlsxExportMode

Members

NameDescription
SingleFile

A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document.

| | SingleFilePageByPage |

A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file.

| | DifferentFiles |

A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file.

|

The following properties accept/return XlsxExportMode values:

Remarks

This enumeration lists values that you can use to specify the XlsxExportOptions.ExportMode property. This property determines the way in which a document is exported to XLSX.

See Also

DevExpress.XtraPrinting Namespace