Remove
CommentAuthorCollection.Remove method
Removes the first occurrence of the specified author in a collection.
public void Remove(ICommentAuthor author)
Parameter | Type | Description |
---|---|---|
author | ICommentAuthor | The author to remove from a collection. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Author is null |
PptxEditException | Thrown if author is already removed. |
See Also
- interface ICommentAuthor
- class CommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides