ICustomFunction Members
In This Article
#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. |
Return |
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 |
Performs required calculations and returns the result. Inherited from IFunction. |
Get |
Obtains the culture-specific name of a function. Inherited from IFunction. |
See Also