Insert
Contents
[
Hide
]
BehaviorPropertyCollection.Insert method (1 of 2)
Inserts a new property to the collection at the specified index.
public void Insert(int index, IBehaviorProperty item)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index where a new property should be inserted. |
item | IBehaviorProperty | Property to add. |
See Also
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
BehaviorPropertyCollection.Insert method (2 of 2)
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
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides