ExcelCommentCollection Members
From Office Open XML
| EPPlus 3.0 |
| ExcelCommentCollection Members |
| ExcelCommentCollection Class Methods Properties See Also Send Feedback |
The ExcelCommentCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a comment to the top left cell of the range
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Remove |
Removes the comment
| |
| RemoveAt |
Removes the comment at the specified position
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CommentXml |
Access to the comment xml document
| |
| Count |
Number of comments in the collection
| |
| Item | Overloaded. | |
| Worksheet |
A reference to the worksheet object
|