[]
Evaluates the specified formula.
public object Evaluate(int row, int column, string formula)
Public Function Evaluate(row As Integer, column As Integer, formula As String) As Object
| Type | Name | Description |
|---|---|---|
| int | row | The row of the base cell. |
| int | column | The column of the base cell. |
| string | formula | The formula. |
| Type | Description |
|---|---|
| object |
Evaluates the specified expression.
public object Evaluate(int row, int column, Expression expr)
Public Function Evaluate(row As Integer, column As Integer, expr As Expression) As Object
| Type | Name | Description |
|---|---|---|
| int | row | The row of the base cell. |
| int | column | The column of the base cell. |
| Expression | expr | The expression. |
| Type | Description |
|---|---|
| object |