CommentCollectionRemove Method

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Remove(
	IComment comment
)

Parameters

comment
Type: Aspose.SlidesIComment
The comment to remove from a collection.

Implements

ICommentCollectionRemove(IComment)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf comment is null
PptxEditExceptionThrown if comment is already removed.
See Also