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