[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormatting.Evaluate

Evaluate Method

Evaluate(int, int, string)

Evaluates the specified formula.

Declaration
public object Evaluate(int row, int column, string formula)
Public Function Evaluate(row As Integer, column As Integer, formula As String) As Object
Parameters
Type Name Description
int row

The row of the base cell.

int column

The column of the base cell.

string formula

The formula.

Returns
Type Description
object

Evaluate(int, int, Expression)

Evaluates the specified expression.

Declaration
public object Evaluate(int row, int column, Expression expr)
Public Function Evaluate(row As Integer, column As Integer, expr As Expression) As Object
Parameters
Type Name Description
int row

The row of the base cell.

int column

The column of the base cell.

Expression expr

The expression.

Returns
Type Description
object