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.v19.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 Controls and MVC Extensions CustomizePivotCellEventArgs.ExportArea

Remarks

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

See Also