SmartArtNode.Demote method (Office)
Demotes the current node a single level within the data model.
Syntax
expression.Demote
expression An expression that returns a SmartArtNode object.
Return value
Nothing
Remarks
This functionality mimics the Demote button in the Microsoft Office Fluent Ribbon UI when working within the content pane. For example, given the following data model, if B is demoted, the resulting data model looks like the following:
A
B
- C
D
A
- B
- C
D
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.