Click or drag to resize

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
)

Parameters

comment
Type: Spire.Presentation Comment
The comment to remove from a collection.
See Also