В этом разделе
Редактирует выделенный комментарий.
Синтаксис
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);
function editComment(
: string,
: boolean,
: string
) : any;
Parameters
- author
- Автор комментария.
- showAuthor
- Значение, указывающее, должно ли имя автора отображаться в комментарии.
- text
- Текст комментария.
Совместимость с веб браузерами
Смотрите также