[]
        
(Showing Draft Content)

GC.Pivot.PivotValueFilterOperator

Enumeration: PivotValueFilterOperator

GC.Pivot.PivotValueFilterOperator

describe the type of filter

Table of contents

Enumeration members

Enumeration members

between

between = 6

Determines whether a value is between the two parameter values.


equalsTo

equalsTo = 0

Determines whether a value is equal to the parameter value.


greaterThan

greaterThan = 2

Determines whether a value is greater than the parameter value.


greaterThanOrEqualsTo

greaterThanOrEqualsTo = 3

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


lessThan

lessThan = 4

Determines whether a value is less than the parameter value.


lessThanOrEqualsTo

lessThanOrEqualsTo = 5

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


notBetween

notBetween = 7

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


notEqualsTo

notEqualsTo = 1

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