The version that you requested is unavailable. We've redirected you to the latest version of the help.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ExcelCalcFunction Class Members
The following tables list the members exposed by ExcelCalcFunction.
Public Properties
| Name | Description |
| MaxArgs | Maximum number of arguments required for the function |
| MinArgs | Minimum number of arguments required for the function |
| Name | Function name used to reference the function in a formula |
Public Methods
| Name | Description |
| CanParameterBeEnumerable | Determines whether the parameter at the specified index will accept an enumerable reference. |
| PerformEvaluation | Evaluates the function against the arguments on the number stack. |
Protected Methods
| Name | Description |
| Evaluate | Evaluates the function against the arguments on the number stack. |
| GetArguments | Overloaded. A helper method for extracting the ExcelCalcValue instances from the stack. |
See Also