Skip to main content
A newer version of this page is available. .

ExportCellType Enum

Lists values that identify the type of the column or row containing a cell in the exported document.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public enum ExportCellType

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.

GroupHeader

A row or column that is a group header.

Related API Members

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

Remarks

Values listed by this enumerator are used to set the CustomizePivotCellEventArgs.ColumnType and CustomizePivotCellEventArgs.RowType properties.

See Also