Insert()
BehaviorCollection::Insert(int32_t, System::SharedPtr<IBehavior>) method
Inserts new behavior to a collection at the specified index.
void Aspose::Slides::Animation::BehaviorCollection::Insert(int32_t index, System::SharedPtr<IBehavior> item) override
Arguments
| Parameter | Type | Description | 
|---|---|---|
| index | int32_t | Index where new behavior should be inserted. | 
| item | System::SharedPtr<IBehavior> | Behavior to insert. | 
See Also
- Typedef SharedPtr
- Class IBehavior
- Class BehaviorCollection
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides