BehaviorPropertyCollectionInsert Method (Int32, IBehaviorProperty)

Inserts a new property to the collection at the specified index.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Insert(
	int index,
	IBehaviorProperty item
)

Parameters

index
Type: SystemInt32
Index where a new property should be inserted.
item
Type: Aspose.Slides.AnimationIBehaviorProperty
Property to add.

Implements

IListTInsert(Int32, T)
See Also