Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Cell > RemoveComment

RemoveComment Method



Signature:

public void RemoveComment ( )

Description:

Removes the comment associated with the cell. A comment is a note attached to the cell, separate from other cell content. To find out if a comment is attached to the cell, use Cell.HasComment .

Examples:

[csharp]
cellA1.RemoveComment();
[vbnet]
cellA1.RemoveComment()



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.