Package com.independentsoft.calc
Class CalcResult
java.lang.Object
com.independentsoft.calc.CalcResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCalculatedCellCount(int calculatedCellCount)voidsetFailedCellCount(int failedCellCount)voidsetFormulaCellCount(int formulaCellCount)toString()
-
Constructor Details
-
CalcResult
public CalcResult()
-
-
Method Details
-
getFormulaCellCount
public int getFormulaCellCount() -
setFormulaCellCount
public void setFormulaCellCount(int formulaCellCount) -
getCalculatedCellCount
public int getCalculatedCellCount() -
setCalculatedCellCount
public void setCalculatedCellCount(int calculatedCellCount) -
getFailedCellCount
public int getFailedCellCount() -
setFailedCellCount
public void setFailedCellCount(int failedCellCount) -
getDiagnostics
-
getVolatileCells
-
toString
-