IMsCalculationTreeNode

Description

The IMsCalculationTreeNode interface contains properties used to work with a calculation tree element.

Comments

Tree building is possible, that is each of its elements contains data about its parent (IMsCalculationTreeNode.Parent property) and children (the IMsCalculationTreeNode.Children property).

Properties

  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:

Ms Assembly Interfaces