Remove

CommentCollection.Remove 方法

删除集合中指定评论的第一个出现。

public void Remove(IComment comment)
参数类型描述
commentIComment要从集合中删除的评论。

异常

异常条件
ArgumentNullException如果评论为 null
PptxEditException如果评论已经被删除,则抛出。

另请参见