CommentAuthorCollectionRemove Method |
Removes the first occurrence of the specified author in a collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Remove(
ICommentAuthor author
)
Public Sub Remove (
author As ICommentAuthor
)
public:
virtual void Remove(
ICommentAuthor^ author
) sealed
abstract Remove :
author : ICommentAuthor -> unit
override Remove :
author : ICommentAuthor -> unit
Parameters
- author
- Type: Aspose.SlidesICommentAuthor
The author to remove from a collection.
Implements
ICommentAuthorCollectionRemove(ICommentAuthor)
Exceptions
See Also