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

HasComment Property


C# Signature:

VB.NET Signature:


Description:

Returns true if a Comment object is associated with the cell.

HasComment is a read only property.



Examples:

[csharp]
bool noteAttached = cellA1.HasComment;
[vbnet]
Dim noteAttached As Boolean = cellA1.HasComment


Getter

Signature:

public boolean HasComment

Returns:

boolean true if a comment is attached to the cell, false otherwise.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.