Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 658 Bytes

916b7ddb-7ec1-64d7-6c8f-0bc6de389026.md

File metadata and controls

53 lines (24 loc) · 658 Bytes

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

Concepts

SmartArtNode Object

Other resources

SmartArtNode Object Members