FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace : FunctionInfo Class |
For a list of all members of this type, see FunctionInfo members.
Name | Description | |
---|---|---|
AcceptsError | Determines whether the function accepts CalcError values for the specified argument. | |
AcceptsMissingArgument | Determines whether the function accepts CalcMissingArgument values for the specified argument. | |
AcceptsReference | Determines whether the function accepts CalcReference values for the specified argument. | |
AcceptsReferenceReturn | Determines whether the function able to return CalcReference values. | |
Evaluate | Overloaded. Returns the result of the function applied to the arguments. | |
IgnoresContextValue | Determines whether the function ignores context cells values when being passed to a specified number of argument. | |
IgnoresValues | Determines whether the function ignores cells values passed to the specified argument. | |
IsContextSensitiveWhenHasArguments | Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs when being passed to a specified number of argument. | |
IsRowVisibleSensitive | Determines whether the evaluation of the function is dependent on the row visible state of cells in refered range when being passed to a specified number of argument. | |
IsVolatile | Determines if the function is volatile. | |
ToString | Returns the string representation of the function. |