VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function editComment(
    author
    Comment author.
    : string,
    showAuthor
    A value indicating whether the autor name must be show in comment.
    : boolean,
    text
    Comment text.
    : string
    ) : any;

    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