Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FormulaJsonError Class / FormulaJsonError Constructor
The error message associated with the formula error.
The name of the worksheet where the formula error occurred.
The row index where the formula error occurred.
The column index where the formula error occurred.
The formula that caused the error.
In This Topic
    FormulaJsonError Constructor
    In This Topic
    Constructs a new FormulaJsonError object with the specified error message, worksheet name, row, column, and formula.
    Syntax
    public FormulaJsonError( 
       java.lang.String errorMessage,
       java.lang.String worksheetName,
       int row,
       int column,
       java.lang.String formula
    )

    Parameters

    errorMessage
    The error message associated with the formula error.
    worksheetName
    The name of the worksheet where the formula error occurred.
    row
    The row index where the formula error occurred.
    column
    The column index where the formula error occurred.
    formula
    The formula that caused the error.
    See Also