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 ErrorValueErrorValue. DIV0static ErrorValueErrorValue. FORMULAstatic ErrorValueErrorValue. NAstatic ErrorValueErrorValue. NAMEstatic ErrorValueErrorValue. NULLstatic ErrorValueErrorValue. NUMstatic ErrorValueErrorValue. REFstatic ErrorValueErrorValue. VALUEMethods in io.keikai.model that return ErrorValue Modifier and Type Method Description ErrorValueSCell. getErrorValue()static ErrorValueErrorValue. valueOf(byte code)Methods in io.keikai.model with parameters of type ErrorValue Modifier and Type Method Description voidSCell. 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 ErrorValueAbstractCellAdv. getErrorValue()Methods in io.keikai.model.impl with parameters of type ErrorValue Modifier and Type Method Description voidAbstractCellAdv. 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 ErrorValuePoiEnumConversion. toErrorCode(byte errorCellValue)
-