Uses of Class
io.keikai.model.impl.CellValue
-
Packages that use CellValue Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of CellValue in io.keikai.model.impl
Subclasses of CellValue in io.keikai.model.impl Modifier and Type Class Description class
FormulaResultCellValue
the formula result cell valueMethods in io.keikai.model.impl that return CellValue Modifier and Type Method Description abstract CellValue
AbstractCellAdv. getEvalCellValue(boolean evaluatedVal)
CellValue
CellImpl. getEvalCellValue(boolean evaluatedVal)
-
Uses of CellValue in io.keikai.range.impl
Methods in io.keikai.range.impl that return CellValue Modifier and Type Method Description CellValue
CellValueHelper. getCellValue(SCell cell)
-