ig.excel.OneConstraintDataValidationOperator

Represents the various operators which can be used when validating the cell value against a constraint.

Dependencies

jquery-1.4.4.js
infragistics.util.js
  • 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.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#