Version

ExcelCalcFunction Class Members

The following tables list the members exposed by ExcelCalcFunction.

Public Properties
 NameDescription
Public PropertyMaxArgsMaximum number of arguments required for the function  
Public PropertyMinArgsMinimum number of arguments required for the function  
Public PropertyNameFunction name used to reference the function in a formula  
Public Methods
 NameDescription
Public MethodCanParameterBeEnumerableDetermines whether the parameter at the specified index will accept an enumerable reference.  
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack.  
Protected Methods
 NameDescription
Protected MethodEvaluateEvaluates the function against the arguments on the number stack.  
Protected MethodGetArgumentsOverloaded. A helper method for extracting the ExcelCalcValue instances from the stack.  
See Also