[]
GC.Pivot.PivotValueFilterOperator
describe the type of filter
• between = 6
Determines whether a value is between the two parameter values.
• equalsTo = 0
Determines whether a value is equal to the parameter value.
• greaterThan = 2
Determines whether a value is greater than the parameter value.
• greaterThanOrEqualsTo = 3
Determines whether a value is greater than or equal to the parameter value.
• lessThan = 4
Determines whether a value is less than the parameter value.
• lessThanOrEqualsTo = 5
Determines whether a value is less than or equal to the parameter value.
• notBetween = 7
Determines whether a cell value is not between the two parameter values.
• notEqualsTo = 1
Determines whether a value is not equal to the parameter value.