PivotGridXlsxExportOptions(TextExportMode) Constructor
Initializes a new instance of the PivotGridXlsxExportOptions class with specified text export mode.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
mode | TextExportMode | An enumeration value that specifies the text export mode in the resulting XLSX document. |
See Also