Skip to main content

PivotGridXlsxExportOptions(TextExportMode) Constructor

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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