ig.excel.ExcelComparisonOperator
Dependencies
-
beginsWith
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 6
Filter in string values which begin with the comparison value.
-
contains
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 10
Filter in string values which contain the comparison value.
-
doesNotBeginWith
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 7
Filter in string values which do not begin with the comparison value.
-
doesNotContain
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 11
Filter in string values which do not contain the comparison value.
-
doesNotEndWith
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 9
Filter in string values which do not end with the comparison value.
-
endsWith
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 8
Filter in string values which ends with the comparison value.
-
equals
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 0
Filter in values which are equal to the comparison value.
-
greaterThan
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 2
Filter in values which are greater than the comparison value.
-
greaterThanOrEqual
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 3
Filter in values which are greater than or equal to the comparison value.
-
lessThan
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 4
Filter in values which are less than the comparison value.
-
lessThanOrEqual
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 5
Filter in values which are less than or equal to the comparison value.
-
notEqual
- Type:
- ig.excel.ExcelComparisonOperator
- Default:
- 1
Filter in values which are not equal to the comparison value.