Version

Search Results

Clear Method (ExcelCalcNumberStack)

Remove all values from number stack. Syntax

Count Method

Return the number of values on number stack Syntax Return Value Number of stack values

OwningCell Property

Gets the Infragistics.Documents.Excel.WorksheetCell instance whose formula is currently being solved. Syntax

Peek Method

Return value off top of the number stack. Syntax Return Value ExcelCalcValue that is at the top of the number stack.

Pop Method

Pop value off top of the number stack. Syntax Return Value ExcelCalcValue that was at the top of the number stack.

Push Method

Push a value onto number stack. Syntax Parameters value Value to push onto the number stack

Reset Method (ExcelCalcNumberStack)

Clear elements off top of number stack until it contains given number of elements Syntax Parameters elements Denotes the desired stack level

ExcelCalcNumberStack Constructor

Initializes a new ExcelCalcNumberStack Syntax

ExcelCalcValue Class

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...