Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CustomFunction Class / evaluate Method
the value collection of the arguments
the context of the calculation.
In This Topic
    evaluate Method
    In This Topic
    Calculate the function.
    Syntax
    public abstract java.lang.Object evaluate( 
       java.lang.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