CommentModel
Overview
CommentModel is a class in Aspose.Cells FOSS for .NET.
Represents the internal model for a worksheet comment (legacy note). Row and column values are zero-based.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Row | int | Read/Write | |
Column | int | Read/Write | |
Author | string | Read/Write | |
Note | string | Read/Write | |
IsVisible | bool | Read/Write | Gets or sets whether the comment is displayed in the worksheet |
Width | int | Read/Write | |
Height | int | Read/Write | Gets or sets the height of the comment in points or pixels |
Methods
| Signature | Description |
|---|---|
CommentModel() | Creates a new comment model with default values |