Message-ID: <1106122243.8931.1711668587737.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8930_296755111.1711668587737" ------=_Part_8930_296755111.1711668587737 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Cell.Comment

Cell.Comment

Description

=20

Returns a Comment object represent= ing a note attached to the cell, separate from other cell content. If a com= ment is not associated with the specified cell, a new comment will be creat= ed and returned.

=20
C#
=20
 public Comment Comment{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Comment() As Comment
=20
=20

Examples

=20
C#
=20
Comment cmt =3D cellA1.Comment;
=20
=20
vb.net
=20
Dim cmt As Comment =3D cellA1.Comment
=20
------=_Part_8930_296755111.1711668587737--