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