Remove

ICommentCollection.Remove 方法

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

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

异常

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

另见