Remove all values from number stack. Syntax
Return the number of values on number stack Syntax Return Value Number of stack values
Gets the Infragistics.Documents.Excel.WorksheetCell instance whose formula is currently being solved. Syntax
Return value off top of the number stack. Syntax Return Value ExcelCalcValue that is at the top of the number stack.
Pop value off top of the number stack. Syntax Return Value ExcelCalcValue that was at the top of the number stack.
Push a value onto number stack. Syntax Parameters value Value to push onto the number stack
Clear elements off top of number stack until it contains given number of elements Syntax Parameters elements Denotes the desired stack level
Initializes a new ExcelCalcNumberStack Syntax
Overload List
Provides methods that manage a composite data type representing a value. Syntax Remarks An instance of this class may contain one of several base data types including doubles, singles, integers, booleans, strings, and error values. The class implements the IConvertible interface providing methods to perform conver...