添加Comment

添加Comment(oCommentData)+++++++++

添加批注到工作手册

参数:

名称 类型 描述性
oCommentData 注释Data

对象包含注释数据

返回时间 :

类型
字符串NUL

实例

拷贝代码
window.Asc.plugin.executeMethod ("AddComment", [     {         "UserName": "John Smith",         "QuoteText": "text",         "Text": "comment",         "Time": "1662737941471",         "Solved": true,         "Replies": [             {                 "UserName": "Mark Potato",                 "Text": "reply 1",                 "Time": "1662740895892",                 "Solved": false             }         ]     } ], function (comment) {     console.log (comment) });