Uses of Enum Class
io.keikai.api.model.CellData.CellType
Packages that use CellData.CellType
Package
Description
Keikai Spreadsheet Model API classes.
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.CellTypeModifier and TypeMethodDescriptionCellData.getResultType()Gets the cell result type.CellData.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.CellTypeReturns the enum constant of this class with the specified name.static CellData.CellType[]CellData.CellType.values()Returns an array containing the constants of this enum class, 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