RemoveAt

CommentAuthorCollection.RemoveAt method

删除指定索引处的作者。

public void RemoveAt(int index)
参数类型描述
indexInt32要删除的元素的零基索引。

异常

异常条件
ArgumentOutOfRangeException索引小于0或索引等于或大于Count
PptxEditException如果作者已被删除,则抛出。

另见