Package io.keikai.model.impl
Class FormulaResultCellValue
- java.lang.Object
-
- io.keikai.model.impl.CellValue
-
- io.keikai.model.impl.FormulaResultCellValue
-
- All Implemented Interfaces:
Serializable
public class FormulaResultCellValue extends CellValue implements Serializable
the formula result cell value- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormulaResultCellValue(EvaluationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SCell.CellType
getCellType()
Object
getValue()
-
-
-
Constructor Detail
-
FormulaResultCellValue
public FormulaResultCellValue(EvaluationResult result)
-
-
Method Detail
-
getCellType
public SCell.CellType getCellType()
-
-