ISlide
DeleteComment Method (ICommentAuthor)
|
Delete comments of specific author.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void DeleteComment(
ICommentAuthor author
)
Sub DeleteComment (
author As ICommentAuthor
)
void DeleteComment(
ICommentAuthor^ author
)
abstract DeleteComment :
author : ICommentAuthor -> unit
Parameters
-
author
-
Type:
Spire.Presentation
ICommentAuthor
See Also