ig.excel.ValueConstraintDataValidationRule

Base class for all data validations rules which compare the cell value against one or more constraint when determining the validity of the cell value.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • validationCriteria

    .validationCriteria( );

    Gets the criteria to use when validating the cell value against the constraint(s).

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException Occurs when the value is not a member of the DataValidationCriteria enumeration.

    Remarks

    Depending on the value specified, either then cell value or the length of its text equivalent will be compared against the constraint(s). In addition, certain ValidationCriteria values may disallow a cell value even if it is valid when compared to the constraint. For example, the ValidationCriteria.WholeNumber value will not allow any number with a fractional portion.

  • validationCriteria

    .validationCriteria( value:ig.excel.DataValidationCriteria );

    Sets the criteria to use when validating the cell value against the constraint(s).

    • value
    • Type:ig.excel.DataValidationCriteria

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException Occurs when the value is not a member of the DataValidationCriteria enumeration.

    Remarks

    Depending on the value specified, either then cell value or the length of its text equivalent will be compared against the constraint(s). In addition, certain ValidationCriteria values may disallow a cell value even if it is valid when compared to the constraint. For example, the ValidationCriteria.WholeNumber value will not allow any number with a fractional portion.

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

#