'宣言 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。