# GC.Spread.Pivot.GrandTotalPosition

## Content

# Enumeration: GrandTotalPosition

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

Indicates the direction of grand total in the pivot table.

## Table of contents

### Enumeration members

- [both](GC.Spread.Pivot.GrandTotalPosition#both)
- [col](GC.Spread.Pivot.GrandTotalPosition#col)
- [none](GC.Spread.Pivot.GrandTotalPosition#none)
- [row](GC.Spread.Pivot.GrandTotalPosition#row)

## Enumeration members

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

• **both** = `3`

Show grand total in row and column direction for pivot table.

___

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

• **col** = `2`

Show grand total in column direction for pivot table.

___

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

• **none** = `0`

Don't show grand total

___

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

• **row** = `1`

Show grand total in row direction for pivot table.
