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

PivotField.Axis Property

Returns the region of the pivot table where the current field is displayed.

Namespace: DevExpress.Spreadsheet

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

Declaration

PivotAxisType Axis { get; }

Property Value

Type Description
PivotAxisType

A PivotAxisType enumeration value specifying the PivotTable region.

Available values:

Name Description
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.

See Also