GridComment
GridComment class
封装表示单元格注释的对象。
public class GridComment
特性
| 姓名 | 描述 |
|---|---|
| Author { get; set; } | |
| AutoSize { get; set; } | |
| Column { get; } | |
| Height { get; set; } | 表示评论的高度,以像素为单位。 |
| HeightCM { get; set; } | |
| HeightInch { get; set; } | |
| HtmlNote { get; set; } | |
| IsVisible { get; set; } | |
| Note { get; set; } | |
| Row { get; } | |
| Width { get; set; } | 表示注释的宽度,以像素为单位。 |
| WidthCM { get; set; } | |
| WidthInch { get; set; } |