Excel.Interfaces.CommentReplyUpdateData interface

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

属性

content

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

属性详细信息

content

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

content?: string;

属性值

string

注解

[ API 集:ExcelApi 1.10 ]