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

PivotGridXlsExportOptions(TextExportMode) Constructor

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridXlsExportOptions(
    TextExportMode mode
)

Parameters

Name Type Description
mode TextExportMode

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

See Also