Uses of Class
io.keikai.api.model.CellData.CellType
-
Packages that use CellData.CellType Package Description io.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use only -
-
Uses of CellData.CellType in io.keikai.api.model
Methods in io.keikai.api.model that return CellData.CellType Modifier and Type Method Description CellData.CellTypeCellData. getResultType()Gets the cell result type.CellData.CellTypeCellData. getType()Gets the cell type.
If the cell is a formula then you are possible getting theFORMULAorERROR.
You could useCellData.getResultType()to get result type for a cell or a formula-cell.static CellData.CellTypeCellData.CellType. valueOf(String name)Returns the enum constant of this type with the specified name.static CellData.CellType[]CellData.CellType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CellData.CellType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return CellData.CellType Modifier and Type Method Description CellData.CellTypeCellDataImpl. getResultType()CellData.CellTypeCellDataImpl. getType()
-