ig.excel.ThresholdConditionBase
依存関係
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( );
内部使用のみ。
-
formula
- .formula( );
この条件が適用する値を決定する数式を返します。
備考
注: 数式はブール値の結果を返します。数式を領域のセルに適用した際に数式が false を返す場合、そのセルは書式設定に含まれません。 -
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 を返す場合、そのセルは書式設定に含まれません。