Description
The Comments collection contains all Comment objects in the worksheet. To return a Comments
collection, use Worksheet.Comments.
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the number of Comment objects in the collection. |
Indexers
Name |
Description |
---|---|
Returns the Comment object at the specified position in the Comments collection. | |
Returns the Comment object with the specified name in the Comments collection. |
Methods
Name |
Description |
---|---|
Creates a comment and associates it with the specified Cell. | |
Creates a comment and associates it with the cell with the specified row and column coordinates. | |
Returns an IEnumerator for the Comments in a Worksheet |
|
Removes the Comment object at the specified position from the collection. |