[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction.EvaluateAsync

EvaluateAsync Method

EvaluateAsync(object[], ICalcContext)

Calculate the function asynchronously.

Declaration
protected abstract Task<object> EvaluateAsync(object[] arguments, ICalcContext context)
Protected MustOverride Function EvaluateAsync(arguments As Object(), context As ICalcContext) As Task(Of Object)
Parameters
Type Name Description
object[] arguments

The value collection of the arguments

ICalcContext context

The context of the calculation.

Returns
Type Description
Task<object>

The result of the function.