Back to Devexpress

IFunction Members

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

latest1.5 KB
Original Source

IFunction Members

Defines properties and methods required for the worksheet function.

Properties

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

Methods

NameDescription
Evaluate(IList<ParameterValue>, EvaluationContext)Performs required calculations and returns the result.
GetName(CultureInfo)Obtains the culture-specific name of a function.

See Also

IFunction Interface

DevExpress.Spreadsheet.Functions Namespace