VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / formulaSyntaxError Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    formulaSyntaxError Event (WebSpreadsheetEditorControlJS)
    In This Topic
    Occurs when the the formula syntax error occurs in spreadsheet viewer.
    Syntax
    var instance; // Type: WebSpreadsheetEditorControlJS
    instance.formulaSyntaxError = function(event) { }
    
    
    formulaSyntaxError = function (
    event
    The object that contains information about the event.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    Browser Compatibility
    56+
    45+
    11
    See Also