Class GridComment
Contents
[
Hide
]GridComment class
Encapsulates the object that represents a cell comment.
public class GridComment
Properties
| Name | Description |
|---|---|
| Author { get; set; } | |
| AutoSize { get; set; } | |
| Column { get; } | |
| Height { get; set; } | Get or set the height of the comment. Default value is 120. The input value should between 20 and 1000. It will be set to 20 if a value less than 20 is inputted. It will be set to 1000 if a value greater than 1000 is inputed. |
| HeightCM { get; set; } | |
| HeightInch { get; set; } | |
| HtmlNote { get; set; } | |
| IsVisible { get; set; } | |
| Note { get; set; } | |
| Row { get; } | |
| Text { get; set; } | |
| Visible { get; set; } | |
| Width { get; set; } | Get or set the width of the comment. Default value is 140. The input value should between 20 and 1000. It will be set to 20 if a value less than 20 is inputted. It will be set to 1000 if a value greater than 1000 is inputed. |
| WidthCM { get; set; } | |
| WidthInch { get; set; } |
Methods
| Name | Description |
|---|---|
| override Equals(object) |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop