Version

GetArguments(ExcelCalcNumberStack,Int32,Boolean) Method

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 stack
skipEmptyValues
True to ignore values whose IsNull returns true; otherwise false to include empty items in the list.

Return Value

An array of ExcelCalcValue instances removed from the number stack.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also