SPREAD for WPF 3.0J - GcSpreadSheet
Evaluate(String,IWorksheet,CellReference) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CalculationEngine クラス : Evaluate(String,IWorksheet,CellReference) メソッド
評価する数式を示す文字列値。
コンテキストワークシートを示す IWorksheet オブジェクト。
コンテキストセルを示す CellReference 値。
指定した評価コンテキストを使用して、指定した式を評価します。
シンタックス
'宣言
 
Public Function Evaluate( _
   ByVal formula As System.String, _
   ByVal worksheet As IWorksheet, _
   ByVal contextCell As CellReference _
) As IValue
public IValue Evaluate( 
   System.string formula,
   IWorksheet worksheet,
   CellReference contextCell
)

パラメータ

formula
評価する数式を示す文字列値。
worksheet
コンテキストワークシートを示す IWorksheet オブジェクト。
contextCell
コンテキストセルを示す CellReference 値。

戻り値の型

GrapeCity.CalcEngine.IValue。
参照

CalculationEngine クラス
CalculationEngine メンバ