Click or drag to resize

CommentsCollection Remove Method (ExcelComment)

Removes comment object from the collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	ExcelComment comment
)

Parameters

comment
Type: Spire.Xls ExcelComment
Comment to remove.
See Also