[]
        
(Showing Draft Content)

GC.Pivot.PivotCaptionFilterOperator

Enumeration: PivotCaptionFilterOperator

GC.Pivot.PivotCaptionFilterOperator

Describe the type of caption filter

Table of contents

Enumeration members

Enumeration members

beginsWith

beginsWith = 2

Indicates whether the string starts with a specified string.


between

between = 12

Indicates whether the number is between parameter values.


contains

contains = 6

Indicates whether the string contains a specified string.


doesNotBeginWith

doesNotBeginWith = 3

Indicates whether the string does not start with a specified string.


doesNotContain

doesNotContain = 7

Indicates whether the string does not contain a specified string.


doesNotEndWith

doesNotEndWith = 5

Indicates whether the string does not end with a specified string.


endsWith

endsWith = 4

Indicates whether the string ends with a specified string.


equalsTo

equalsTo = 0

Indicates whether the string is equal to a specified string.


greaterThan

greaterThan = 8

Indicates whether a value is greater than the parameter value.


greaterThanOrEqualsTo

greaterThanOrEqualsTo = 9

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


lessThan

lessThan = 10

Indicates whether a value is less than the parameter value.


lessThanOrEqualsTo

lessThanOrEqualsTo = 11

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


notBetween

notBetween = 13

Indicates whether the number is not between parameter values.


notEqualsTo

notEqualsTo = 1

Indicates whether the string is not equal to a specified string.