Back to Devexpress

ICustomFunction Members

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-icustomfunction-dot-underscore-members.md

latest2.0 KB
Original Source

ICustomFunction Members

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

Properties

NameDescription
NameReturns the invariant name of a function. Inherited from IFunction.
ParametersReturns an array containing information on parameters that can be passed to the function. Inherited from IFunction.
ReturnTypeGets the characteristic of an object that the function will return. Inherited from IFunction.
VolatileIndicates 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

NameDescription
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

ICustomFunction Interface

DevExpress.Spreadsheet.Functions Namespace