[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CustomFunction.Evaluate

Evaluate Method

Evaluate(object[], ICalcContext)

Calculate the function.

Declaration
public abstract object Evaluate(object[] arguments, ICalcContext context)
Public MustOverride 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.