ig.excel.FormulaConditionalFormat
セルの値が数式によって定義される条件に一致するかどうかに基づいて WorksheetCell のビジュアル属性を制御するプロパティを公開します。
依存関係
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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
formula
- .formula( );
この条件を定義する数式を返します。
備考
このプロパティは設定不可ですが、数式を割り当てるために FormulaConditionalFormat.setFormula メソッドを使用できます。
-
setFormula
- .setFormula( formula:string, [cellReferenceMode:ig.excel.CellReferenceMode] );
このインスタンスに新しい Formula を割り当てます。
- formula
- タイプ:string
- 数式の文字列表現。
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
- オプション
- formula パラメーターが A1 または R1C1 式として解析するかどうかを指定する CellReferenceMode 値。このプロパティはオプションで、デフォルト値は null です。この場合、Workbook.cellReferenceMode プロパティが使用されます。