ISlide
DeleteComment Method (Comment)
|
Delete a comment.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void DeleteComment(
Comment comment
)
Sub DeleteComment (
comment As Comment
)
void DeleteComment(
Comment^ comment
)
abstract DeleteComment :
comment : Comment -> unit
Parameters
-
comment
-
Type:
Spire.Presentation
Comment
See Also