Click or drag to resize

XlsCommentsCollection Remove Method (ICommentShape)

Removes the specified comment shape from the document.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void Remove(
	ICommentShape comment
)

Parameters

comment
Type: Spire.Xls.Core ICommentShape
The comment shape to be removed.
See Also