RemoveAt
CommentAuthorCollection.RemoveAt method
删除指定索引处的作者。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的元素的零基索引。 |
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 索引小于0或索引等于或大于Count |
PptxEditException | 如果作者已被删除,则抛出。 |
另见
- class CommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides