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

PivotGridXlsxExportOptions(TextExportMode) Constructor

Initializes a new instance of the PivotGridXlsxExportOptions class with specified text export mode.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridXlsxExportOptions(
    TextExportMode mode
)

Parameters

Name Type Description
mode TextExportMode

An enumeration value that specifies the text export mode in the resulting XLSX document.

See Also