Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / EvaluateExpression Method / EvaluateExpression(Int32,Int32,Expression,IValue) Method
Row index of the base cell
Column index of the base cell
Expression to be evaluated
The original evaluated result from calculation engine.


In This Topic
EvaluateExpression(Int32,Int32,Expression,IValue) Method
In This Topic
Evaluates the expression and returns the resulting object for the cell at the specified row and column.
Syntax
'Declaration
 
Public Overloads Function EvaluateExpression( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal expression As Expression, _
   ByRef evaluatedValue As IValue _
) As Object
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim expression As Expression
Dim evaluatedValue As IValue
Dim value As Object
 
value = instance.EvaluateExpression(row, column, expression, evaluatedValue)

Parameters

row
Row index of the base cell
column
Column index of the base cell
expression
Expression to be evaluated
evaluatedValue
The original evaluated result from calculation engine.
See Also