CommentCollection

CommentCollection

Overview

CommentCollection is a class in Aspose.Cells FOSS for .NET.

Represents the collection of comments (legacy notes) on a worksheet.

Properties

NameTypeAccessDescription
CountintReadGets the total number of comments in the collection

Methods

SignatureDescription
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.