RemoveNode
RemoveNode(int)
Remove node or sub node by index
public void RemoveNode(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | Zero-based index of node |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than siblings count |
See Also
- class SmartArtNodeCollection
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides
RemoveNode(ISmartArtNode)
Remove node or sub node
public void RemoveNode(ISmartArtNode node)
Parameter | Type | Description |
---|---|---|
node | ISmartArtNode | Node to remove |
See Also
- interface ISmartArtNode
- class SmartArtNodeCollection
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides