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.CellType
CellData. getResultType()
Gets the cell result type.CellData.CellType
CellData. getType()
Gets the cell type.
If the cell is a formula then you are possible getting theFORMULA
orERROR
.
You could useCellData.getResultType()
to get result type for a cell or a formula-cell.static CellData.CellType
CellData.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.CellType
CellDataImpl. getResultType()
CellData.CellType
CellDataImpl. getType()
-