Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / VisualFunction Class / EvaluateCellValue Method
The IArguments object indicates set of arguments.
The IValue object to set result value.


In This Topic
EvaluateCellValue Method
In This Topic
Evaluates the cell value.
Syntax
'Declaration
 
Protected Overridable Sub EvaluateCellValue( _
   ByVal arguments As IArguments, _
   ByVal result As IValue _
) 
 
'Usage
 
Dim instance As VisualFunction
Dim arguments As IArguments
Dim result As IValue
 
instance.EvaluateCellValue(arguments, result)

Parameters

arguments
The IArguments object indicates set of arguments.
result
The IValue object to set result value.

Return Value

true if the evaluation is handled; otherwise, the base evaluation logic will be executed.
See Also