corelibraries-devexpress-dot-xtrapivotgrid-70a18bd4.md
Lists values that identify the type of the column or row containing a cell in the exported document.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public enum ExportCellType
Public Enum ExportCellType
| Name | Description |
|---|---|
None |
A row or column does not correspond to any specific type.
|
| Value |
A row or column that is a group value.
|
| GroupHeader |
A row or column that is a group header.
|
The following properties accept/return ExportCellType values:
| Library | Related API Members |
|---|---|
| WinForms Controls | CustomizePivotCellEventArgs.ColumnType |
| CustomizePivotCellEventArgs.RowType | |
| ASP.NET Web Forms Controls | CustomizePivotCellEventArgs.ColumnType |
| CustomizePivotCellEventArgs.RowType |
Values listed by this enumerator are used to set the CustomizePivotCellEventArgs.ColumnType and CustomizePivotCellEventArgs.RowType properties.
See Also