Skip to main content

PivotXlsxExportOptions(TextExportMode) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotXlsxExportOptions(
    TextExportMode mode
)

Parameters

Name Type Description
mode TextExportMode

A enumeration value, specifying the text export mode in the resulting XLSX document.

See Also