Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Evaluate(Int32,Int32,Expression,IValue,Boolean) Method
An integer value indicates the row index of the context cell.
An integer value indicates the column index of the context cell.
The expression to evaluate.
The evaluated value.
true if the first evaluated result should be returned; otherwise, false.


In This Topic
Evaluate(Int32,Int32,Expression,IValue,Boolean) Method
In This Topic
Evaluates the specified expression again a context cell.
Syntax
'Declaration
 
Public Sub Evaluate( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal expression As Expression, _
   ByRef evaluatedResult As IValue, _
   Optional ByVal preferRawValue As Boolean _
) 
 
'Usage
 
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
Dim expression As Expression
Dim evaluatedResult As IValue
Dim preferRawValue As Boolean
 
instance.Evaluate(row, column, expression, evaluatedResult, preferRawValue)

Parameters

row
An integer value indicates the row index of the context cell.
column
An integer value indicates the column index of the context cell.
expression
The expression to evaluate.
evaluatedResult
The evaluated value.
preferRawValue
true if the first evaluated result should be returned; otherwise, false.
See Also