VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / editComment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
editComment Method
In This Topic
Edits the focused comment.
Syntax
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
Comment author.
showAuthor
A value indicating whether the autor name must be show in comment.
text
Comment text.
Browser Compatibility
56+
45+
11
See Also