# GC.Pivot.DataPosition

## Content

# Enumeration: DataPosition

[GC](../modules/GC).[Pivot](../modules/GC.Pivot).DataPosition

indicates the area where the Values is located

## Table of contents

### Enumeration members

- [col](GC.Pivot.DataPosition#col)
- [none](GC.Pivot.DataPosition#none)
- [row](GC.Pivot.DataPosition#row)

## Enumeration members

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

• **col** = `1`

Values is displayed in the column area

___

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

• **none** = `2`

Values does not show

___

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

• **row** = `0`

Values is displayed in the row area
