Remove

ICommentAuthorCollection.Remove method

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

public void Remove(ICommentAuthor author)
ParameterTypeDescription
authorICommentAuthorThe author to remove from a collection.

Exceptions

exceptioncondition
ArgumentNullExceptionAuthor is null
PptxEditExceptionThrown if author is already removed.

See Also