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

PivotExportArea Enum

Lists values that specify the cell location in the exported Excel document.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

public enum PivotExportArea

Members

Name Description
None

A cell does not correspond to any Pivot Grid’s area.

Column

A cell corresponds to the Pivot Grid’s column area.

Row

A cell corresponds to the Pivot Grid’s row area.

Data

A cell corresponds to the Pivot Grid’s data area.

Related API Members

The following properties accept/return PivotExportArea values:

Library Related API Members
WinForms Controls CustomizePivotCellEventArgs.ExportArea
ASP.NET Web Forms Controls CustomizePivotCellEventArgs.ExportArea

Remarks

Values listed by this enumerator are used to set the values of the CustomizePivotCellEventArgs.ExportArea property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotExportArea enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also