Excel.Interfaces.CommentReplyUpdateData interface

用于更新 CommentReply 对象上的数据的接口,可在 中使用 commentReply.set({ ... })

属性

content

批注回复的内容。 字符串为纯文本。

属性详细信息

content

批注回复的内容。 字符串为纯文本。

content?: string;

属性值

string

注解

[ API 集:ExcelApi 1.10 ]