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
)
 
Public Sub Remove ( 
	comment As ExcelComment
)
 
public:
void Remove(
	ExcelComment^ comment
)
 
member Remove : 
comment : ExcelComment -> unit 
 
 
 
Parameters
- 
comment
 
- 
Type:
Spire.Xls
ExcelComment
Comment to remove.
 
 
See Also