Comment
Overview
Comment is a class in Aspose.Cells FOSS for .NET.
Represents a worksheet comment (legacy note) anchored to a single cell.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Row | int | Read | Gets or sets the zero‑based row index of the comment |
Column | int | Read | |
Author | string | Read/Write | Gets or sets the name of the comment’s author |
Note | string | Read/Write | Gets or sets the text content of the comment |
IsVisible | bool | Read/Write | Indicates whether the comment is displayed in the worksheet |
Width | int | Read/Write | Gets or sets the width of the comment in points |
Height | int | Read/Write |