VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / editComment Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
editComment Метод
В этом разделе
Редактирует выделенный комментарий.
Синтаксис
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);

var value; // Type: any

// Parameters
var author; // Type: string
var showAuthor; // Type: boolean
var text; // Type: string

value = instance.editComment(author, showAuthor, text);

Parameters

author
Автор комментария.
showAuthor
Значение, указывающее, должно ли имя автора отображаться в комментарии.
text
Текст комментария.
Совместимость с веб браузерами
9
5
11
5
Смотрите также