Uses of Class
io.keikai.model.ErrorValue
-
Packages that use ErrorValue Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of ErrorValue in io.keikai.model
Fields in io.keikai.model declared as ErrorValue Modifier and Type Field Description static ErrorValue
ErrorValue. DIV0
static ErrorValue
ErrorValue. FORMULA
static ErrorValue
ErrorValue. NA
static ErrorValue
ErrorValue. NAME
static ErrorValue
ErrorValue. NULL
static ErrorValue
ErrorValue. NUM
static ErrorValue
ErrorValue. REF
static ErrorValue
ErrorValue. VALUE
Methods in io.keikai.model that return ErrorValue Modifier and Type Method Description ErrorValue
SCell. getErrorValue()
static ErrorValue
ErrorValue. valueOf(byte code)
Methods in io.keikai.model with parameters of type ErrorValue Modifier and Type Method Description void
SCell. setErrorValue(ErrorValue errorValue)
-
Uses of ErrorValue in io.keikai.model.impl
Methods in io.keikai.model.impl that return ErrorValue Modifier and Type Method Description ErrorValue
AbstractCellAdv. getErrorValue()
Methods in io.keikai.model.impl with parameters of type ErrorValue Modifier and Type Method Description void
AbstractCellAdv. setErrorValue(ErrorValue errorValue)
-
Uses of ErrorValue in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return ErrorValue Modifier and Type Method Description static ErrorValue
PoiEnumConversion. toErrorCode(byte errorCellValue)
-