# GC.Pivot.PivotValueFilterOperator

## Content

# Enumeration: PivotValueFilterOperator

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

describe the type of filter

## Table of contents

### Enumeration members

- [between](GC.Pivot.PivotValueFilterOperator#between)
- [equalsTo](GC.Pivot.PivotValueFilterOperator#equalsto)
- [greaterThan](GC.Pivot.PivotValueFilterOperator#greaterthan)
- [greaterThanOrEqualsTo](GC.Pivot.PivotValueFilterOperator#greaterthanorequalsto)
- [lessThan](GC.Pivot.PivotValueFilterOperator#lessthan)
- [lessThanOrEqualsTo](GC.Pivot.PivotValueFilterOperator#lessthanorequalsto)
- [notBetween](GC.Pivot.PivotValueFilterOperator#notbetween)
- [notEqualsTo](GC.Pivot.PivotValueFilterOperator#notequalsto)

## Enumeration members

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

• **between** = `6`

Determines whether a  value is between the two parameter values.

___

### <a id="equalsto" name="equalsto"></a> equalsTo

• **equalsTo** = `0`

Determines whether a  value is equal to the parameter value.

___

### <a id="greaterthan" name="greaterthan"></a> greaterThan

• **greaterThan** = `2`

Determines whether a  value is greater than the parameter value.

___

### <a id="greaterthanorequalsto" name="greaterthanorequalsto"></a> greaterThanOrEqualsTo

• **greaterThanOrEqualsTo** = `3`

Determines whether a  value is greater than or equal to the parameter value.

___

### <a id="lessthan" name="lessthan"></a> lessThan

• **lessThan** = `4`

Determines whether a  value is less than the parameter value.

___

### <a id="lessthanorequalsto" name="lessthanorequalsto"></a> lessThanOrEqualsTo

• **lessThanOrEqualsTo** = `5`

Determines whether a  value is less than or equal to the parameter value.

___

### <a id="notbetween" name="notbetween"></a> notBetween

• **notBetween** = `7`

Determines whether a cell value is not between the two parameter values.

___

### <a id="notequalsto" name="notequalsto"></a> notEqualsTo

• **notEqualsTo** = `1`

Determines whether a  value is not equal to the parameter value.
