[]
GC.Pivot.PivotCaptionFilterOperator
Describe the type of caption filter
• beginsWith = 2
Indicates whether the string starts with a specified string.
• between = 12
Indicates whether the number is between parameter values.
• contains = 6
Indicates whether the string contains a specified string.
• doesNotBeginWith = 3
Indicates whether the string does not start with a specified string.
• doesNotContain = 7
Indicates whether the string does not contain a specified string.
• doesNotEndWith = 5
Indicates whether the string does not end with a specified string.
• endsWith = 4
Indicates whether the string ends with a specified string.
• equalsTo = 0
Indicates whether the string is equal to a specified string.
• greaterThan = 8
Indicates whether a value is greater than the parameter value.
• greaterThanOrEqualsTo = 9
Indicates whether a value is greater than or equal to the parameter value.
• lessThan = 10
Indicates whether a value is less than the parameter value.
• lessThanOrEqualsTo = 11
Indicates whether a value is less than or equal to the parameter value.
• notBetween = 13
Indicates whether the number is not between parameter values.
• notEqualsTo = 1
Indicates whether the string is not equal to a specified string.