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