ig.excel.ThresholdConditionBase

DataBarConditionalFormatIconSetConditionalFormat および ColorScaleConditionalFormat クラスのための基本クラス。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.excel.ThresholdConditionBase
    コンストラクター

    new $.ig.excel.ThresholdConditionBase( );

    内部使用のみ。

  • conditionType
    継承

    .conditionType( );
    返却型:
    ig.excel.FormatConditionType
    返却型の説明:

  • formula

    .formula( );
    返却型:
    ig.excel.Formula
    返却型の説明:
    Formula を返します。

    この条件が適用する値を決定する数式を返します。

    備考

    注: 数式はブール値の結果を返します。数式を領域のセルに適用した際に数式が false を返す場合、そのセルは書式設定に含まれません。
  • priority
    継承

    .priority( );

    備考

  • priority
    継承

    .priority( value:number );

    • value
    • タイプ:number

    備考

  • regions
    継承

    .regions( );

  • setFirstPriority
    継承

    .setFirstPriority( );

    備考

  • setFormula

    .setFormula( formula:string, [cellReferenceMode:ig.excel.CellReferenceMode] );

    ThresholdConditionBase.formula プロパティに新しい Formula を割り当てます。

    • formula
    • タイプ:string
    • 数式の文字列表現。
    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode
    • オプション
    • formula パラメーターが A1 または R1C1 式として解析するかどうかを指定する CellReferenceMode 値。このプロパティはオプションで、デフォルト値は null です。この場合、Workbook.cellReferenceMode プロパティが使用されます。

    備考

    注: 数式はブール値の結果を返します。数式を領域のセルに適用した際に数式が false を返す場合、そのセルは書式設定に含まれません。
  • setLastPriority
    継承

    .setLastPriority( );

    備考

  • setRegions
    継承

    .setRegions( regionAddress:string, cellReferenceMode:ig.excel.CellReferenceMode );

    • regionAddress
    • タイプ:string
    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode

    例外

    例外 説明
    ig.ArgumentException
  • stopIfTrue
    継承

    .stopIfTrue( );

    備考

  • stopIfTrue
    継承

    .stopIfTrue( value:boolean );

    • value
    • タイプ:boolean

    備考

  • workbook
    継承

    .workbook( );
    返却型:
    ig.excel.Workbook
    返却型の説明:

    関連項目

  • worksheet
    継承

    .worksheet( );
    返却型:
    ig.excel.Worksheet
    返却型の説明:

    関連項目

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