CommentList
Remove Method
|
Removes the first occurrence of the specified comment in a collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
Comment comment
)
Public Sub Remove (
comment As Comment
)
public:
void Remove(
Comment^ comment
)
member Remove :
comment : Comment -> unit
Parameters
-
comment
-
Type:
Spire.Presentation
Comment
The comment to remove from a collection.
See Also