SmartArtNode.ReorderDown method (Office)
Swaps a node with the next node in the bulleted list. This method reorders the node's entire family.
Syntax
expression.ReorderDown
expression An expression that returns a SmartArtNode object.
Return value
Nothing
Remarks
This method simulates choosing the Reorder Down button on the Microsoft Office Fluent Ribbon user interface, which is located on the SmartArt Tools tab, on the Design group on Reorder Down.
Example
The following code swaps the first node with the next node and reorders all of its descendants.
ActivePresentation.Slides(1).Shapes(1).SmartArt.Nodes(1).ReorderDown
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.