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

Comments

Description

=20

The Comments collection contains a= ll Comment objects in the worksheet. T= o return a Comments collection, use Worksheet.Comments.

=20
C#
=20
[DefaultMember("Item")]
 public sealed class Comments : System.Collections.Generic.IEnumerable<C=
omment>
=20
=20
vb.net
=20
<DefaultMember("Item")> _
=09Public NotInheritable Class Comments
=09=09Implements System.Collections.Generic.IEnumerable(Of Comment)
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Count=

Returns the number of Comment objects in the collection.
=20

Indexers

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Item(Int32)

Returns the Com= ment object at the specified position in the Comments collection.

Item(String)

Returns the Com= ment object with the specified name in the Comments collection.
=20

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

CreateComment(Cell)

Creates a comment and associates it with the spe= cified Cell.

CreateComment(Int32, Int32)

Creates a comment and associates it with the cel= l with the specified row and column coordinates.

GetEnumerator()

Returns an IEnumerator for the Comments in a= Worksheet

Remove(Int32)

Removes the Com= ment object at the specified position from the collection.
------=_Part_8436_787989307.1711646263819--