SmartArtNode.Level property (Office)
Retrieves the node's level in the hierarchy. Read-only.
Syntax
expression.Level
expression An expression that returns a SmartArtNode object.
Remarks
The levels start at 1 and increment upward. If a node has no level, a 0 is returned. For example, in the following data model, A and F have a level of 1, B and D have a level of 2, and C and E have a level of 3.
- A
- B
- C
- D
- E
- B
- F
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.