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
)
 
Protected Sub Remove ( 
	comment As ICommentShape
)
 
protected:
void Remove(
	ICommentShape^ comment
)
 
member Remove : 
comment : ICommentShape -> unit 
 
 
 
Parameters
- 
comment
 
- 
Type:
Spire.Xls.Core
ICommentShape
The comment shape to be removed.
 
 
See Also