[]
Evaluates the expression in the cell at the specified row and column and returns the resulting object.
public object EvaluateExpression(int row, int column, Expression expression)
Public Function EvaluateExpression(row As Integer, column As Integer, expression As Expression) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of the base cell |
int | column | Column index of the base cell |
Expression | expression | Expression to be evaluated |
Type | Description |
---|---|
object |