ig.excel.FormatConditionTextOperator
Constants which specify the text comparison method applied when
evaluating a format condition.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
-
beginsWith
- Type:
- ig.excel.FormatConditionTextOperator
- Default:
- 0
The string being evaluated must begin with the value to which it is being compared in order for the condition to be met.
-
contains
- Type:
- ig.excel.FormatConditionTextOperator
- Default:
- 2
The string being evaluated must match some part of the value to which it is being compared in order for the condition to be met.
-
doesNotContain
- Type:
- ig.excel.FormatConditionTextOperator
- Default:
- 3
Negates the FormatConditionTextOperator.contains value; the string being evaluated must not match any part of the value to which it is being compared in order for the condition to be met.
-
endsWith
- Type:
- ig.excel.FormatConditionTextOperator
- Default:
- 1
The string being evaluated must end with the value to which it is being compared in order for the condition to be met.
The current widget has no events.
The current widget has no public methods.