Spread for ASP.NET 12 Product Documentation
EvaluateExpression Method (IExpressionSupport2)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IExpressionSupport2 Interface : EvaluateExpression Method
Row index of the base cell
Column index of the base cell
Expression to be evaluated
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)
object EvaluateExpression( 
   int row,
   int column,
   Expression expression
)

Parameters

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

Reference

IExpressionSupport2 Interface
IExpressionSupport2 Members