GrapeCity.Documents.Excel Namespace / CustomFunction Class / Evaluate Method
the value collection of the arguments
the context of the calculation.
In This Topic
Evaluate Method (CustomFunction)
In This Topic
Calculate the function.
Syntax
public abstract System.object Evaluate( 
   System.object[] arguments,
   ICalcContext context
)

Parameters

arguments
the value collection of the arguments
context
the context of the calculation.

Return Value

the result of the function.
See Also