RemoveAt

ICommentCollection.RemoveAt method

删除集合中指定索引处的元素。

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

例外

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

也可以看看