Description
Calculates a custom function returning a FunctionValue given a list of FunctionValue arguments and the function's current Cell for context.C#
vb.net
Parameters
args
An ordered list of FunctionValue arguments that have already been fully evaluated.currentCell
The Cell that the current function resides in to use for context sensitive operationsReturns
A FunctionValue that contains the resulting value of the function.Examples
C#
vb.net