Uses of Interface
org.apache.poi.ss.formula.SheetRange
-
Packages that use SheetRange Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval -
-
Uses of SheetRange in org.apache.poi.ss.formula
Subinterfaces of SheetRange in org.apache.poi.ss.formula Modifier and Type Interface Description interfaceThreeDEvalOptional Extension to the likes ofAreaEvalandAreaEvalBase, which allows for looking up 3D (sheet+row+column) evaluationsClasses in org.apache.poi.ss.formula that implement SheetRange Modifier and Type Class Description classCacheAreaEvalProvides holding structure for temporary values in arrays during the evaluation process.classLazyRefEvalProvides Lazy Evaluation to a 3D Reference -
Uses of SheetRange in org.apache.poi.ss.formula.eval
Subinterfaces of SheetRange in org.apache.poi.ss.formula.eval Modifier and Type Interface Description interfaceAreaEvalEvaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasinterfaceRefEvalRefEval is the super interface for Ref2D and Ref3DEval.Classes in org.apache.poi.ss.formula.eval that implement SheetRange Modifier and Type Class Description classAreaEvalBaseclassRefEvalBaseCommon base class for implementors ofRefEvalConstructors in org.apache.poi.ss.formula.eval with parameters of type SheetRange Constructor Description AreaEvalBase(AreaI ptg, SheetRange sheets)AreaEvalBase(SheetRange sheets, int firstRow, int firstColumn, int lastRow, int lastColumn)RefEvalBase(SheetRange sheetRange, int rowIndex, int columnIndex)
-