Skip to main content

PivotGridXlsExportOptions(TextExportMode) Constructor

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

Namespace: DevExpress.Xpf.PivotGrid

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