Excel.Interfaces.CommentLoadOptions interface
表示工作簿中的注释。
注解
属性
$all |
|
author |
获取批注作者的电子邮件。 |
author |
获取批注作者的姓名。 |
content | 批注的内容。 字符串为纯文本。 |
content |
获取批注的内容类型。 |
creation |
获取批注的创建时间。
|
id | 指定注释标识符。 |
mentions | 获取 (实体,例如注释中提到的人员) 。 |
resolved | 注释线程状态。 值 |
rich |
获取丰富的批注内容 (例如注释) 中的提及。 此字符串不应显示给最终用户。 外接程序应仅使用此来分析丰富的注释内容。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
contentType
creationDate
获取批注的创建时间。
null
如果注释是从笔记转换的,则返回 ,因为注释没有创建日期。
creationDate?: boolean;
属性值
boolean
注解
id
mentions
resolved
richContent
获取丰富的批注内容 (例如注释) 中的提及。 此字符串不应显示给最终用户。 外接程序应仅使用此来分析丰富的注释内容。
richContent?: boolean;
属性值
boolean