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 ,
java.lang.String ,
int ,
int column,
java.lang.String
)
|
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