Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ExcelCalcNumberStack Class Members
The following tables list the members exposed by ExcelCalcNumberStack.
Public Properties
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | Clear | Remove all values from number stack. |
![Public Method](dotnetimages/publicMethod.gif) | Count | Return the number of values on number stack |
![Public Method](dotnetimages/publicMethod.gif) | Peek | Return value off top of the number stack. |
![Public Method](dotnetimages/publicMethod.gif) | Pop | Pop value off top of the number stack. |
![Public Method](dotnetimages/publicMethod.gif) | Push | Push a value onto number stack. |
![Public Method](dotnetimages/publicMethod.gif) | Reset | Clear elements off top of number stack until it contains given number of elements |
See Also