Back to Devexpress

ExportCellType Enum

corelibraries-devexpress-dot-xtrapivotgrid-70a18bd4.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum ExportCellType
vb
Public Enum ExportCellType

Members

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

LibraryRelated API Members
WinForms ControlsCustomizePivotCellEventArgs.ColumnType
CustomizePivotCellEventArgs.RowType
ASP.NET Web Forms ControlsCustomizePivotCellEventArgs.ColumnType
CustomizePivotCellEventArgs.RowType

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace