Excel.Interfaces.CommentCollectionLoadOptions interface
表示属于工作簿的注释对象的集合。
注解
属性
| $all |
|
| author |
对于集合中的每个项目:获取批注作者的电子邮件。 |
| author |
对于集合中的每个项:获取批注作者的名称。 |
| content | 对于集合中的每个项:批注的内容。 字符串为纯文本。 |
| creation |
对于集合中的每个项:获取批注的创建时间。
|
| id | 对于集合中的每个项:指定注释标识符。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
creationDate
对于集合中的每个项:获取批注的创建时间。
null如果注释是从笔记转换的,则返回 ,因为注释没有创建日期。
creationDate?: boolean;
属性值
boolean