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

XlsExportMode Enum

Lists the available XLS export modes.

Namespace: DevExpress.XtraPrinting

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

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum XlsExportMode

Members

Name Description
SingleFile

A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS 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 XLS file.

DifferentFiles

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

Related API Members

The following properties accept/return XlsExportMode values:

See Also