Insert()

IBehaviorCollection::Insert(int32_t, System::SharedPtr<IBehavior>) method

Inserts new behavior to a collection at the specified index.

virtual void Aspose::Slides::Animation::IBehaviorCollection::Insert(int32_t index, System::SharedPtr<IBehavior> item)=0

Arguments

ParameterTypeDescription
indexint32_tIndex where new behavior should be inserted.
itemSystem::SharedPtr<IBehavior>Behavior to insert.

See Also