[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction.Evaluate

Evaluate Method

Evaluate(object[], ICalcContext)

Calculate the function.

Declaration
public override sealed object Evaluate(object[] arguments, ICalcContext context)
Public NotOverridable Overrides Function Evaluate(arguments As Object(), context As ICalcContext) As Object
Parameters
Type Name Description
object[] arguments

the value collection of the arguments

ICalcContext context

the context of the calculation.

Returns
Type Description
object

the result of the function.

Overrides