RemoveAt
SlideCollection.RemoveAt 方法
删除集合中指定索引的元素。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的元素的零基索引。 |
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException |
另请参阅
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
删除集合中指定索引的元素。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的元素的零基索引。 |
异常 | 条件 |
---|---|
ArgumentOutOfRangeException |