# GC.Pivot.PivotConditionType

## Content

# Enumeration: PivotConditionType

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

describe the type of filter

## Table of contents

### Enumeration members

- [caption](GC.Pivot.PivotConditionType#caption)
- [date](GC.Pivot.PivotConditionType#date)
- [top10](GC.Pivot.PivotConditionType#top10)
- [value](GC.Pivot.PivotConditionType#value)

## Enumeration members

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

• **caption** = `0`

Indicates a text or number condition type.

___

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

• **date** = `1`

Indicates a date type condition.

___

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

• **top10** = `3`

Indicates a specific condition which use for finding the top10 number .

___

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

• **value** = `2`

Indicates number condition.
