AddNodeByPosition
ISmartArtNodeCollection.AddNodeByPosition method
Add new node in the selected position of nodes collection.
public ISmartArtNode AddNodeByPosition(int position)
Parameter | Type | Description |
---|---|---|
position | Int32 | Zero-base node position. |
Return Value
Added node
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | position is less than 0. |
See Also
- interface ISmartArtNode
- interface ISmartArtNodeCollection
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides