GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CalculationEngine クラス : Evaluate(String,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)
public IValue Evaluate( string formula, IWorksheet worksheet, CellReference contextCell )