corelibraries-devexpress-dot-xtrapivotgrid-8ca73de0.md
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
public enum PivotExportArea
Public Enum PivotExportArea
| 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.
|
The following properties accept/return PivotExportArea values:
| Library | Related API Members |
|---|---|
| WinForms Controls | CustomizePivotCellEventArgs.ExportArea |
| ASP.NET Web Forms Controls | CustomizePivotCellEventArgs.ExportArea |
Values listed by this enumerator are used to set the values of the CustomizePivotCellEventArgs.ExportArea property.
See Also