A helper method for extracting the ExcelCalcValue instances from the stack. Syntax Parameters numberStack Number stack whose values should be popped.argumentCount Number of items to pop/evaluate from the number stackskipEmptyValues True to ignore values whose IsNull returns true; otherwise false to include empty i...
A helper method for extracting the ExcelCalcValue instances from the stack. Overload List
Maximum number of arguments required for the function Syntax
Minimum number of arguments required for the function Syntax
Function name used to reference the function in a formula Syntax
Evaluates the function against the arguments on the number stack. Syntax Parameters numberStack Formula number stack containing function arguments.argumentCount Denotes the number of function arguments pushed onto the number stack.
Stack of ExcelCalcValue instances used to evaluate formulas. Syntax Remarks The number stack is used for evaluating formulas. When formulas are compiled, the formula tokens are placed in a collection in post-fix, or Reverse Polish Notation (RPN) format. RPN format arranges the formula token list so each sub-expres...
Public Constructors Public Properties Public Methods
Public Methods
Public Properties