Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomFunction Members

Obsolete. Use the ICustomFunction interface instead.

Properties

Name Description
Name Returns the invariant name of a function. Inherited from IFunction.
Parameters Returns an array containing information on parameters that can be passed to the function. Inherited from IFunction.
ReturnType Gets the characteristic of an object that the function will return. Inherited from IFunction.
Volatile Indicates whether the formula containing this function will always be recalculated at each recalculation, whether or not there are changes in the formula or its variables. Inherited from IFunction.

Methods

Name Description
Evaluate(IList<ParameterValue>, EvaluationContext) Performs required calculations and returns the result. Inherited from IFunction.
GetName(CultureInfo) Obtains the culture-specific name of a function. Inherited from IFunction.
See Also