RemoveAt
CommentCollection.RemoveAt 方法
移除集合中指定索引处的元素。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的零基索引。 |
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 索引小于 0 或者索引等于或大于 Count |
PptxEditException | 如果评论已经被移除则抛出。 |
另见
- 类 CommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides