CommentCollection
Overview
CommentCollection is a class in Aspose.Cells FOSS for .NET.
Represents the collection of comments (legacy notes) on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of comments in the collection |
Methods
| Signature | Description |
|---|---|
Add(row: int, column: int) | Adds an empty comment at the given zero-based cell coordinates and returns it. |
Add(cellName: string) | Adds an empty comment at the given zero-based cell coordinates and returns it. |
RemoveAt(index: int) | Removes the comment at the given zero-based index. |
RemoveAt(cellName: string) | Removes the comment at the given zero-based index. |