RemoveAt
IBehaviorCollection.RemoveAt method
从指定索引处的集合中删除行为。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的行为的索引。 |
也可以看看
- interface IBehaviorCollection
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides
从指定索引处的集合中删除行为。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的行为的索引。 |