|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrPtg | |
---|---|
org.apache.poi.ss.formula.ptg | 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 | |
---|---|
static ErrPtg |
ErrPtg.DIV_ZERO
#DIV/0! - Division by zero |
static ErrPtg |
ErrPtg.N_A
#N/A - Argument or function not available |
static ErrPtg |
ErrPtg.NAME_INVALID
#NAME? - Wrong function or range name |
static ErrPtg |
ErrPtg.NULL_INTERSECTION
#NULL! - Intersection of two cell ranges is empty |
static ErrPtg |
ErrPtg.NUM_ERROR
#NUM! - Value range overflow |
static ErrPtg |
ErrPtg.REF_INVALID
#REF! - Illegal or deleted cell reference |
static ErrPtg |
ErrPtg.VALUE_INVALID
#VALUE! - Wrong type of operand |
Methods in org.apache.poi.ss.formula.ptg that return ErrPtg | |
---|---|
static ErrPtg |
ErrPtg.read(LittleEndianInput in)
|
static ErrPtg |
ErrPtg.valueOf(int code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |