ig.excel.OneConstraintDataValidationOperator
Dependencies
-
equalTo
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 2
Only allows the cell value if it or its text length, depending on the validation criteria, is equal to the constraint applied to the validation rule.
-
greaterThan
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 4
Only allows the cell value if it or its text length, depending on the validation criteria, is greater than the constraint applied to the validation rule.
-
greaterThanOrEqualTo
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 6
Only allows the cell value if it or its text length, depending on the validation criteria, is greater than or equal to the constraint applied to the validation rule.
-
lessThan
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 5
Only allows the cell value if it or its text length, depending on the validation criteria, is less than the constraint applied to the validation rule.
-
lessThanOrEqualTo
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 7
Only allows the cell value if it or its text length, depending on the validation criteria, is less than or equal to the constraint applied to the validation rule.
-
notEqualTo
- Type:
- ig.excel.OneConstraintDataValidationOperator
- Default:
- 3
Only allows the cell value if it or its text length, depending on the validation criteria, is not equal to the constraint applied to the validation rule.