ASP.NET Core MVC Controls | ComponentOne
In This Topic
    SyntaxError Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet
    Base Class
    FormulaError

    Represents a syntax error that occurs during parsing the formula.

    This class is not intended to be instantiated in your code.

    Properties

    Methods

    Properties

    data

    Ges the data associated with the error.

    It could be a text that explains the error or a JavaScript exception object associated with the error.

    Inherited From
    FormulaError
    Type

    error

    Gets the error code, for example "#DIV/0!".

    Inherited From
    FormulaError
    Type

    Methods

    toString

    toString(): void
    

    Returns the string that represents the error.

    Inherited From
    FormulaError
    Returns
    void