'Declaration Function EvaluateExpression( _ ByVal expression As System.Object, _ ByVal rowOffset As System.Integer, _ ByVal columnOffset As System.Integer, _ ByVal baseRow As System.Integer, _ ByVal baseColumn As System.Integer, _ ByVal isArrayFormula As System.Boolean _ ) As System.Object
'Usage Dim instance As ICalcEvaluator Dim expression As System.Object Dim rowOffset As System.Integer Dim columnOffset As System.Integer Dim baseRow As System.Integer Dim baseColumn As System.Integer Dim isArrayFormula As System.Boolean Dim value As System.Object value = instance.EvaluateExpression(expression, rowOffset, columnOffset, baseRow, baseColumn, isArrayFormula)
System.object EvaluateExpression( System.object expression, System.int rowOffset, System.int columnOffset, System.int baseRow, System.int baseColumn, System.bool isArrayFormula )
Parameters
- expression
- The expression.
- rowOffset
- The row offset.
- columnOffset
- The column offset.
- baseRow
- The base row.
- baseColumn
- The base column.
- isArrayFormula
- if set to
true
the expression is an array formula.
Return Value
The result of the specified expression.