GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IReferenceSource インタフェース > GetValue メソッド : GetValue(IEvaluationContext,Int32,Int32,CellValue) メソッド |
'Declaration
Overloads Sub GetValue( _ ByVal context As IEvaluationContext, _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef result As CellValue _ )
'使用法
Dim instance As IReferenceSource Dim context As IEvaluationContext Dim row As Integer Dim column As Integer Dim result As CellValue instance.GetValue(context, row, column, result)