AddNodeByPosition
SmartArtNodeCollection.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
- class SmartArtNodeCollection
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides