类 FormulaJsonError
java.lang.Object
com.grapecity.documents.excel.JsonError
com.grapecity.documents.excel.FormulaJsonError
Represents the formula error in the json.
-
构造器概要
构造器说明FormulaJsonError
(String errorMessage, String worksheetName, int row, int column, String formula) -
方法概要
修饰符和类型方法说明int
Get the column index.Get the formula text.int
getRow()
Get the row index.Get the worksheet name.从类继承的方法 com.grapecity.documents.excel.JsonError
getErrorMessage
-
构造器详细资料
-
FormulaJsonError
-
-
方法详细资料
-
getWorksheetName
Get the worksheet name. -
getRow
public int getRow()Get the row index. -
getColumn
public int getColumn()Get the column index. -
getFormula
Get the formula text.
-