RemoveAt

CommentAuthorCollection.RemoveAt method

删除集合指定索引处的作者。

public void RemoveAt(int index)
范围类型描述
indexInt32要删除的元素的从零开始的索引。

例外

例外(健康)状况
ArgumentOutOfRangeException索引小于 0 或索引等于或大于计数
PptxEditException如果作者已被删除,则抛出。

也可以看看