Skip to main content

ICustomFunction Members

Defines properties and methods required to implement your own worksheet function.

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