BehaviorPropertyCollectionInsert Method (Int32, String)

Inserts a new property (with the specified property value) 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,
	string propertyValue
)

Parameters

index
Type: SystemInt32
Index where a new property should be inserted.
propertyValue
Type: SystemString
Value of the property to add.

Implements

IBehaviorPropertyCollectionInsert(Int32, String)
See Also