Uses of Class
org.apache.poi.ss.formula.SortedValues
-
Packages that use SortedValues Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. -
-
Uses of SortedValues in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return SortedValues Modifier and Type Method Description SortedValues
ColumnCache. get(int index)
SortedValues
SheetRangeEvaluator. getSortedColumnValue(int columnIndex)
Methods in org.apache.poi.ss.formula with parameters of type SortedValues Modifier and Type Method Description void
ColumnCache. put(int index, SortedValues pool)
-