Back to Devexpress

PivotExportArea Enum

corelibraries-devexpress-dot-xtrapivotgrid-8ca73de0.md

latest1.7 KB
Original Source

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

csharp
public enum PivotExportArea
vb
Public Enum PivotExportArea

Members

NameDescription
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:

LibraryRelated API Members
WinForms ControlsCustomizePivotCellEventArgs.ExportArea
ASP.NET Web Forms ControlsCustomizePivotCellEventArgs.ExportArea

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace