Spread Windows Forms 12.0 Product Documentation
EvaluateExpression(Int32,Int32,Expression,IValue) Method


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.
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)
public object EvaluateExpression( 
   int row,
   int column,
   Expression expression,
   out IValue 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

Reference

SheetView Class
SheetView Members
Overload List