Remove()

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

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

virtual void Aspose::Slides::ICommentAuthorCollection::Remove(System::SharedPtr<ICommentAuthor> author)=0

Arguments

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

See Also