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

PivotXlsExportOptions(TextExportMode) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotXlsExportOptions(
    TextExportMode mode
)

Parameters

Name Type Description
mode TextExportMode

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

See Also