Uses of Class
loci.poi.hssf.record.formula.ArrayPtg
-
Packages that use ArrayPtg Package Description loci.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas -
-
Uses of ArrayPtg in loci.poi.hssf.record.formula
Subclasses of ArrayPtg in loci.poi.hssf.record.formula Modifier and Type Class Description class
ArrayPtgA
ArrayPtgA - handles arraysclass
ArrayPtgV
ArrayPtg - handles arrays The ArrayPtg is a little wierd, the size of the Ptg when parsing initially only includes the Ptg sid and the reserved bytes.
-