Uses of Class
org.apache.poi.ss.formula.ptg.ArrayPtg
-
Packages that use ArrayPtg Package Description org.apache.poi.ss.formula.eval org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of ArrayPtg in org.apache.poi.ss.formula.eval
Constructors in org.apache.poi.ss.formula.eval with parameters of type ArrayPtg Constructor Description ArrayEval(ArrayPtg ptg, SheetRangeEvaluator evaluator)
-
Uses of ArrayPtg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return ArrayPtg Modifier and Type Method Description ArrayPtg
ArrayPtg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type ArrayPtg Constructor Description ArrayPtg(ArrayPtg other)
-