# GC.Spread.Pivot.PivotAreaType

## Content

# Enumeration: PivotAreaType

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

Indicates the pivot area type of pivot table.

## Table of contents

### Enumeration members

- [all](GC.Spread.Pivot.PivotAreaType#all)
- [button](GC.Spread.Pivot.PivotAreaType#button)
- [corner](GC.Spread.Pivot.PivotAreaType#corner)
- [topRight](GC.Spread.Pivot.PivotAreaType#topright)

## Enumeration members

### <a id="all" name="all"></a> all

• **all** = `0`

indicate the whole pivot table

___

### <a id="button" name="button"></a> button

• **button** = `1`

indicate the filter button of the pivot table

___

### <a id="corner" name="corner"></a> corner

• **corner** = `5`

indicate the corner of the pivot table

___

### <a id="topright" name="topright"></a> topRight

• **topRight** = `7`

indicate the top right area of the pivot table
