SmartArtNode.Delete method (Office)

Removes the current SmartArt node.

Syntax

expression.Delete

expression An expression that returns a SmartArtNode object.

Return value

Nothing

Remarks

When the node is deleted, the first child gets promoted. In the following data model, if B is deleted, the data model then looks like the following:

  • A

    • B
      • C
  • D

  • A

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