ig.excel.FormatConditionOperator

Constants which specify the manner in which a cell value is compared against one or more operands.

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
  • between

    Type:
    ig.excel.FormatConditionOperator
    Default:
    0

    The condition evaluates to true if the cell value is between the values of the two operands.

  • equal

    Type:
    ig.excel.FormatConditionOperator
    Default:
    2

    The condition evaluates to true if the cell value is equal to the value of the operand.

  • greater

    Type:
    ig.excel.FormatConditionOperator
    Default:
    4

    The condition evaluates to true if the cell value is greater than the value of the operand.

  • greaterEqual

    Type:
    ig.excel.FormatConditionOperator
    Default:
    6

    The condition evaluates to true if the cell value is greater than or equal to the value of the operand.

  • less

    Type:
    ig.excel.FormatConditionOperator
    Default:
    5

    The condition evaluates to true if the cell value is less than the value of the operand.

  • lessEqual

    Type:
    ig.excel.FormatConditionOperator
    Default:
    7

    The condition evaluates to true if the cell value is less than or equal to the value of the operand.

  • notBetween

    Type:
    ig.excel.FormatConditionOperator
    Default:
    1

    The condition evaluates to true if the cell value is not between the values of the two operands.

  • notEqual

    Type:
    ig.excel.FormatConditionOperator
    Default:
    3

    The condition evaluates to true if the cell value is not equal to the value of the operand.

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

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