Excel.Interfaces.CommentReplyLoadOptions 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
id
mentions
resolved
richContent
丰富的评论内容 (例如,评论中的提及) 。 此字符串不应向最终用户显示。 加载项应仅使用它来分析丰富的注释内容。
richContent?: boolean;
属性值
boolean