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);
function editComment(
: string,
: boolean,
: string
) : any;
Parameters
- author
- Comment author.
- showAuthor
- A value indicating whether the autor name must be show in comment.
- text
- Comment text.
Browser Compatibility
See Also