Insert
IBehaviorCollection.Insert method
Inserts new behavior to a collection at the specified index.
public void Insert(int index, IBehavior item)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index where new behavior should be inserted. |
item | IBehavior | Behavior to insert. |
See Also
- interface IBehavior
- interface IBehaviorCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides