Name | Description | |
---|---|---|
FormulaJsonError Constructor | Constructs a new FormulaJsonError object with the specified error message, worksheet name, row, column, and formula. |
The following tables list the members exposed by FormulaJsonError.
Name | Description | |
---|---|---|
FormulaJsonError Constructor | Constructs a new FormulaJsonError object with the specified error message, worksheet name, row, column, and formula. |
Name | Description | |
---|---|---|
getColumn | Get the column index. | |
getErrorMessage | Get the message of the error. (Inherited from com.grapecity.documents.excel.JsonError) | |
getFormula | Get the formula text. | |
getRow | Get the row index. | |
getWorksheetName | Get the worksheet name. |