Insert
Insert(int, IBehaviorProperty)
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
Insert(int, string)
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