Remove

ICommentCollection.Remove method

Removes the first occurrence of the specified comment in a collection.

public void Remove(IComment comment)
ParameterTypeDescription
commentICommentThe comment to remove from a collection.

Exceptions

exceptioncondition
ArgumentNullExceptionIf comment is null
PptxEditExceptionThrown if comment is already removed.

See Also