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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
cellFormat
継承- .cellFormat( );
- 返却型:
- ig.excel.IWorksheetCellFormat
- 返却型の説明:
備考
-
conditionType
継承- .conditionType( );
- 返却型:
- ig.excel.FormatConditionType
- 返却型の説明:
-
formula
- .formula( );
- 返却型:
- ig.excel.Formula
- 返却型の説明:
- Formula を返します。
この条件を定義する数式を返します。
備考
このプロパティは設定不可ですが、数式を割り当てるために FormulaConditionalFormat.setFormula メソッドを使用できます。
-
priority
継承- .priority( );
備考
-
priority
継承- .priority( value:number );
- value
- タイプ:number
備考
-
regions
継承- .regions( );
-
setFirstPriority
継承- .setFirstPriority( );
備考
-
setFormula
- .setFormula( formula:string, [cellReferenceMode:ig.excel.CellReferenceMode] );
このインスタンスに新しい Formula を割り当てます。
- formula
- タイプ:string
- 数式の文字列表現。
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
- オプション
- formula パラメーターが A1 または R1C1 式として解析するかどうかを指定する CellReferenceMode 値。このプロパティはオプションで、デフォルト値は null です。この場合、Workbook.cellReferenceMode プロパティが使用されます。
-
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
- 返却型の説明:
関連項目