Uses of Class
org.apache.poi.hssf.record.formula.ErrPtg

Packages that use ErrPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
 

Uses of ErrPtg in org.apache.poi.hssf.record.formula
 

Fields in org.apache.poi.hssf.record.formula 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
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.