Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IExpressionSupport2 Interface / EvaluateExpression Method
Row index of the base cell
Column index of the base cell
Expression to be evaluated


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

Parameters

row
Row index of the base cell
column
Column index of the base cell
expression
Expression to be evaluated
See Also