GrapeCity SPREAD for Windows Forms 12.0J
Evaluate(String,IWorksheet,CellReference) メソッド


評価する数式を示す文字列値。
コンテキストワークシートを表すIWorksheetオブジェクト。
コンテキストセルを示すCellReference値。
指定した評価コンテキストを使用して、指定した式を評価します。
構文
'Declaration
 
Public Function Evaluate( _
   ByVal formula As String, _
   ByVal worksheet As IWorksheet, _
   ByVal contextCell As CellReference _
) As IValue
'使用法
 
Dim instance As CalculationEngine
Dim formula As String
Dim worksheet As IWorksheet
Dim contextCell As CellReference
Dim value As IValue
 
value = instance.Evaluate(formula, worksheet, contextCell)

パラメータ

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

戻り値の型

GrapeCity.CalcEngine.IValue。
参照

CalculationEngine クラス
CalculationEngine メンバ

 

 


Copyright © 2004 GrapeCity inc.