IMsCalculationTreeNode

Assembly: Ms;

Description

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

Inheritance Hierarchy

          IMsCalculationTreeNode

Comments

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

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