Back to Devexpress

PivotAxisType Enum

officefileapi-devexpress-dot-spreadsheet-dd0c1d79.md

latest1.9 KB
Original Source

PivotAxisType Enum

Lists values used to specify areas in the PivotTable report to which a PivotField may belong.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum PivotAxisType
vb
Public Enum PivotAxisType

Members

NameDescription
None

Specifies that a field is not added to a pivot table.

| | Row |

Specifies that a field is displayed in the row axis area of a pivot table.

| | Column |

Specifies that a field is displayed in the column axis area of a pivot table.

| | Page |

Specifies that a field is displayed in the filter area of a pivot table.

| | Value |

Specifies that a field is displayed in the data area of a pivot table.

|

The following properties accept/return PivotAxisType values:

Remarks

The values listed by this enumeration are returned by the PivotField.Axis property.

See Also

DevExpress.Spreadsheet Namespace