Excel.Interfaces.CommentReplyUpdateData interface

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

注解

使用方

属性

content

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

属性详细信息

content

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

content?: string;

属性值

string

注解

API 集:ExcelApi 1.10