[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.EvaluateExpression

EvaluateExpression Method

EvaluateExpression(int, int, Expression, out IValue)

Evaluates the expression and returns the resulting object for the cell at the specified row and column.

Declaration
public object EvaluateExpression(int row, int column, Expression expression, out IValue evaluatedValue)
Public Function EvaluateExpression(row As Integer, column As Integer, expression As Expression, ByRef evaluatedValue As IValue) As Object
Parameters
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

IValue evaluatedValue

The original evaluated result from calculation engine.

Returns
Type Description
object

EvaluateExpression(int, int, Expression)

Evaluates the expression and returns the resulting object for the cell at the specified row and column.

Declaration
public object EvaluateExpression(int row, int column, Expression expression)
Public Function EvaluateExpression(row As Integer, column As Integer, expression As Expression) As Object
Parameters
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

Returns
Type Description
object