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 > Comment

Comment Property


C# Signature:

VB.NET Signature:


Description:

Returns a Comment object representing a note attached to the cell, separate from other cell content. If a comment is not associated with the specified cell, a new comment will be created and returned.

Comment is a read only property.



Examples:

[csharp]
Comment cmt = cellA1.Comment;
[vbnet]
Dim cmt As Comment = cellA1.Comment


Getter

Signature:

public Comment Comment

Returns:

Comment A Comment object that represents a comment attached to the cell.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.