Back to Devexpress

XlsxExportOptions.PageRange Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsxexportoptions-0e46c068.md

latest2.0 KB
Original Source

XlsxExportOptions.PageRange Property

Gets or sets the range of pages to be exported.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public override string PageRange { get; set; }
vb
Public Overrides Property PageRange As String

Property Value

TypeDescription
String

A String specifying the range of pages.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PageRange
ExportOptions

.Xlsx .PageRange

|

Remarks

The PageRange property’s value contains the range of pages which should be exported. The ranges are separated by commas. For example: “1,3,5-12”.

Note

If not all pages from the specified page range exist in the current document, invalid page numbers are ignored. So, only valid page numbers are taken into account.

If there are no valid page numbers in the page range string, all pages of the document are exported.

Note

The PageRange property is ignored when the XlsxExportOptions.ExportMode property is set to SingleFile.

See Also

XlsxExportOptions Class

XlsxExportOptions Members

DevExpress.XtraPrinting Namespace