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
)
Public Sub Remove (
comment As IComment
)
public:
virtual void Remove(
IComment^ comment
) sealed
abstract Remove :
comment : IComment -> unit
override Remove :
comment : IComment -> unit
Parameters
- comment
- Type: Aspose.SlidesIComment
The comment to remove from a collection.
Implements
ICommentCollectionRemove(IComment)Exceptions See Also