ig.excel.IExcelCalcFormula
数式オブジェクトによって実装されるインタフェイス。
依存関係
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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
addDynamicReferenceI
- .addDynamicReferenceI( reference:ig.excel.IExcelCalcReference );
数式の参照に数式の評価時に作成された参照を追加します。
- reference
- タイプ:ig.excel.IExcelCalcReference
- 数式の自動参照コレクションに追加する参照です。
備考
数式は数式の参照または自動な参照コレクションにもう含まれている場合は効力はありません。
-
baseReference
- .baseReference( );
- 返却型:
- ig.excel.IExcelCalcReference
- 返却型の説明:
- IExcelCalcReference を返します。
数式に関連付けられた基本参照。
備考
数式に関連付けられた基本参照。たとえば、列数式の場合、BaseReference は列参照となります。
-
dynamicReferences
- .dynamicReferences( );
- 返却型:
- ig.excel.IExcelCalcReferenceCollection
- 返却型の説明:
- IExcelCalcReferenceCollection を返します。
数式の前回の評価の時に作成されたコレクションを取得します。
-
evaluate
- .evaluate( reference:ig.excel.IExcelCalcReference );
- 返却型:
- ig.excel.ExcelCalcValue
- 返却型の説明:
- 式評価の結果を含む ExcelCalcValue を返します。
コンパイルされた式を、指定した基本参照に対して評価します。
- reference
- タイプ:ig.excel.IExcelCalcReference
- 相対参照を絶対参照に解決する際に使用する基本参照。
-
formulaString
- .formulaString( );
数式文字列。
-
hasAlwaysDirty
- .hasAlwaysDirty( );
数式が常にdirty関数を含むかどうかを返します。
-
staticReferences
- .staticReferences( );
- 返却型:
- ig.excel.IExcelCalcReferenceCollection
- 返却型の説明:
- IExcelCalcReference のコレクション。
数式のトークン文字列に含まれる参照のコレクションを返します。