ExportOptions.Xlsx Property
Gets the settings used to specify export parameters when a document is exported to XLSX format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlsxExportOptions Xlsx { get; }
#Property Value
Type | Description |
---|---|
Xlsx |
An Xlsx |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Xlsx |
---|---|---|
Cross-Platform Class Library | Printing |
|
.NET Reporting Tools | Xtra |
|
Document |
|
#Remarks
Use the Xlsx property to specify the options which control how the current document is exported to XLSX.
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Xlsx property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.