# GC.Spread.Pivot.SubtotalsPosition

## Content

# Enumeration: SubtotalsPosition

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

Indicates the position of subtotal in the pivot table.

## Table of contents

### Enumeration members

- [bottom](GC.Spread.Pivot.SubtotalsPosition#bottom)
- [none](GC.Spread.Pivot.SubtotalsPosition#none)
- [top](GC.Spread.Pivot.SubtotalsPosition#top)

## Enumeration members

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

• **bottom** = `2`

Show subtotal at the bottom of the pivot table.

___

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

• **none** = `0`

Don't show subtotal.

___

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

• **top** = `1`

Show subtotal at the top of the pivot table.
