SmartArtNode.Delete Method
Removes the current SmartArt node.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Delete
'Usage
Dim instance As SmartArtNode
instance.Delete()
void Delete()
Remarks
When the node is deleted, the first child gets promoted. In the following data model:
A
B
- C
D
if B is deleted, the data model then looks like the following:
A
- C
D