ig.excel.TwoConstraintDataValidationOperator
Represents the various operators which can be used when validating the cell value against two constraints.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
-
between
- Type:
- ig.excel.TwoConstraintDataValidationOperator
- Default:
- 0
Only allows the cell value if it or its text length, depending on the validation criteria, is between the constraints applied to the validation rule. The constraints are inclusive.
-
notBetween
- Type:
- ig.excel.TwoConstraintDataValidationOperator
- Default:
- 1
Only allows the cell value if it or its text length, depending on the validation criteria, is not between the constraints applied to the validation rule. The constraints are exclusive.
The current widget has no events.
The current widget has no public methods.