Type property: Tree Structure class

Description

This property returns the type of the tree structure as a string, whether it is a detail or summary tree structure. The values are:

  • "D": detail tree structure.

  • "S": summary tree structure.

This property can be used only with an open tree structure, that is, you must open the tree structure with the Open method before you can use this property.

This property is read/write.