Uses of Class
org.apache.poi.ss.formula.ptg.ErrPtg
-
Packages that use ErrPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of ErrPtg in org.apache.poi.ss.formula.ptg
Fields in org.apache.poi.ss.formula.ptg declared as ErrPtg Modifier and Type Field Description static ErrPtg
ErrPtg. DIV_ZERO
#DIV/0! - Division by zerostatic ErrPtg
ErrPtg. N_A
#N/A - Argument or function not availablestatic ErrPtg
ErrPtg. NAME_INVALID
#NAME? - Wrong function or range namestatic ErrPtg
ErrPtg. NULL_INTERSECTION
#NULL! - Intersection of two cell ranges is emptystatic ErrPtg
ErrPtg. NUM_ERROR
#NUM! - Value range overflowstatic ErrPtg
ErrPtg. REF_INVALID
#REF! - Illegal or deleted cell referencestatic ErrPtg
ErrPtg. VALUE_INVALID
#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.ptg that return ErrPtg Modifier and Type Method Description ErrPtg
ErrPtg. copy()
static ErrPtg
ErrPtg. read(LittleEndianInput in)
static ErrPtg
ErrPtg. valueOf(int code)
-