Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / GetValue Method / GetValue(IEvaluationContext,Int32,Int32,CellValue) Method
An integer value indicates the row index of the 2-dimensions matrix.
An integer value indicates the column index of the 2-dimensions matrix.
An GrapeCity.CalcEngine.IPrimitiveValue object represents the value at the specified location.


In This Topic
GetValue(IEvaluationContext,Int32,Int32,CellValue) Method
In This Topic
Gets the value at the specified location of the 2-dimensions matrix.
Syntax
'Declaration
 
Public Overloads Overridable Sub GetValue( _
   ByVal context As IEvaluationContext, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef result As CellValue _
) 
 
'Usage
 
Dim instance As WorksheetBase
Dim context As IEvaluationContext
Dim row As Integer
Dim column As Integer
Dim result As CellValue
 
instance.GetValue(context, row, column, result)

Parameters

context
row
An integer value indicates the row index of the 2-dimensions matrix.
column
An integer value indicates the column index of the 2-dimensions matrix.
result
An GrapeCity.CalcEngine.IPrimitiveValue object represents the value at the specified location.
See Also