RemoveAt

ICommentAuthorCollection.RemoveAt 方法

移除集合中指定索引的作者。

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

异常

exceptioncondition
ArgumentOutOfRangeException索引小于0或索引等于或大于Count
PptxEditException如果作者已被移除,则抛出。

另请参阅