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