# GC.Spread.Pivot.DisplayFields

## Content

# Enumeration: DisplayFields

[Spread](../modules/GC.Spread).[Pivot](../modules/GC.Spread.Pivot).DisplayFields

Indicates the display direction of the pivot table's page area.

## Table of contents

### Enumeration members

- [downThenOver](GC.Spread.Pivot.DisplayFields#downthenover)
- [overThenDown](GC.Spread.Pivot.DisplayFields#overthendown)

## Enumeration members

### <a id="downthenover" name="downthenover"></a> downThenOver

• **downThenOver** = `0`

Indicates the first vertical direction, then horizontal direction.

___

### <a id="overthendown" name="overthendown"></a> overThenDown

• **overThenDown** = `1`

Indicates the first horizontal direction, then vertical direction.
