Insert
Insert(int, IBehaviorProperty)
在指定索引处向集合插入一个新属性。
public void Insert(int index, IBehaviorProperty item)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入新属性的索引。 |
item | IBehaviorProperty | 要添加的属性。 |
另请参见
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Insert(int, string)
在指定索引处向集合插入一个新属性(带有指定的属性值)。
public void Insert(int index, string propertyValue)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入新属性的索引。 |
propertyValue | String | 要添加的属性值。 |
另请参见
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides