Insert
IBehaviorPropertyCollection.Insert method
Inserts a new property (with the specified property value) to the collection at the specified index.
public void Insert(int index, string propertyValue)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index where a new property should be inserted. |
propertyValue | String | Value of the property to add. |
See Also
- interface IBehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides