Click or drag to resize

ISlide DeleteComment Method (ICommentAuthor, String)

Delete comments of specific text or 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,
	string text
)

Parameters

author
Type: Spire.Presentation ICommentAuthor
text
Type: System String
See Also