Ms > Ms Assembly Interfaces > IMsCalculationTreeNode
Assembly: Ms;
The IMsCalculationTreeNode interface contains properties that are used to work with a calculation tree element.
IMsCalculationTreeNode
A tree can be built because each of its elements contains data about its parent (the IMsCalculationTreeNode.Parent property) and children (the IMsCalculationTreeNode.Children property).
Property name | Brief description | |
![]() |
The Children property returns collection of element children. | |
![]() |
The Key property returns element key. | |
![]() |
The Kind property returns element type. | |
![]() |
The Parent property returns collection of element parents. | |
![]() |
The Text property returns element text. |
See also: