Comment
Comment
Overview
Comment 是一个类在Aspose.Cells FOSS的.NET中.
代表一个单个细胞的工作表评论 (遗留注).评论是附加到提供额外信息或背景的细胞上的文本注释.它们通常用于审查笔记,解释或协作反.评论可以可见或隐藏,并且可以显示作者信息.意见框大小可以自定义,并支持丰富的文字内容. var工作簿 = 新的工作簿(); var 工作页 = 书籍.工作文件[0]; // 加添一个评论 int commentIndex = worksheet.Comments.Add ((“A1”); Var comment = Comments.Comments[commentInindex]; comment.Author = “John Doe”; comment .Note = ““请对此数据进行检查以确保准确性”. “;IsVisible;
特性: Author, Column, Height, IsVisible, Note, Row,另外一个.
Description
Comment 是一个类在Aspose.Cells FOSS库的.NET,它暴露了 0 种方法和 7 个属性用于编程使用.
课程还提供了 Row 属性 (得到行), Column 属性 (得到列).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Row | int | Read | 他得到了争. |
Column | int | Read | 得到了专. |
Author | string | 阅读/写作 | 获取或设置作者. |
Note | string | 阅读/写作 | 得到或设置的音符. |
IsVisible | bool | 阅读/写作 | 得到或设置的可见. |
Width | int | 阅读/写作 | 得到或设置宽度. |
Height | int | 阅读/写作 | 得到或设置高度. |