ExportCellType Enum
In This Article
Lists values that identify the type of the column or row containing a cell in the exported document.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
A row or column does not correspond to any specific type. |
Value
|
A row or column that is a group value. |
Group
|
A row or column that is a group header. |
#Related API Members
The following properties accept/return ExportCellType values:
Library | Related API Members |
---|---|
Win |
Customize |
Customize |
|
ASP. |
Customize |
Customize |
#Remarks
Values listed by this enumerator are used to set the CustomizePivotCellEventArgs.ColumnType and CustomizePivotCellEventArgs.RowType properties.
See Also