Remove()

CommentAuthorCollection::Remove(System::SharedPtr<ICommentAuthor>) method

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

void Aspose::Slides::CommentAuthorCollection::Remove(System::SharedPtr<ICommentAuthor> author) override

Arguments

ParameterTypeDescription
authorSystem::SharedPtr<ICommentAuthor>The author to remove from a collection.

See Also