ISmartArtNodeCollectionRemoveNode Method (Int32)

Remove node or sub node by index.

Namespace:  Aspose.Slides.SmartArt
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
void RemoveNode(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of node
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0. -or- index is equal to or greater than siblings count.
See Also