ig.excel.FormatConditionOperator

セル値が 1 つ以上のオペランドと比較される方法を指定する定数。

依存関係

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

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    0

    セル値が 2 つのオペランドの値の間にある場合、条件は true に評価します。

  • equal

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    2

    セル値がオペランドの値に等しい場合、条件は true に評価します。

  • greater

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    4

    セル値がオペランドの値より大きい場合、条件は true に評価します。

  • greaterEqual

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    6

    セル値がオペランドの値以上場合、条件は true に評価します。

  • less

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    5

    セル値がオペランドの値より小さい場合、条件は true に評価します。

  • lessEqual

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    7

    セル値がオペランドの値以下場合、条件は true に評価します。

  • notBetween

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    1

    セル値が 2 つのオペランドの値の間にない場合、条件は true に評価します。

  • notEqual

    タイプ:
    ig.excel.FormatConditionOperator
    デフォルト:
    3

    セル値がオペランドの値に等しくない場合、条件は true に評価します。

このコントロールにイベントはありません。
このコントロールにパブリック メソッドはありません。

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