ig.excel.LimitedValueDataValidationRule

特定の値のセルへの適用を禁止する、すべてのデータの入力規則の基本クラス。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • allowNull

    .allowNull( );
    返却型:
    boolean
    返却型の説明:
    null 値をセルに設定できる場合は True、そうでない場合は False。

    null または空白の値をセルに設定できるかどうかを示す値を取得します。

  • allowNull

    .allowNull( value:boolean );
    返却型:
    boolean
    返却型の説明:
    null 値をセルに設定できる場合は True、そうでない場合は False。

    null または空白の値をセルに設定できるかどうかを示す値を取得します。

    • value
    • タイプ:boolean
  • isEquivalentTo

    .isEquivalentTo( other:ig.excel.DataValidationRule );
    返却型:
    boolean
    返却型の説明:
    指定したその他のルールがこのルールと同じ設定を持つ場合、true を返します。

    このルールがその他のルールと構造的に等しいかどうかを示します。

    • other
    • タイプ:ig.excel.DataValidationRule
    • 比較対象のルール。

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