Skip to main content

PivotExportArea Enum

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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
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.

See Also