Uses of Interface
org.apache.poi.ss.formula.SheetRange
Packages that use SheetRange
Package
Description
This package contains common internal POI code for manipulating formulas.
-
Uses of SheetRange in org.apache.poi.ss.formula
Subinterfaces of SheetRange in org.apache.poi.ss.formulaModifier and TypeInterfaceDescriptioninterfaceOptional Extension to the likes ofAreaEvalandAreaEvalBase, which allows for looking up 3D (sheet+row+column) evaluationsClasses in org.apache.poi.ss.formula that implement SheetRangeModifier and TypeClassDescriptionfinal classfinal classProvides 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.evalModifier and TypeInterfaceDescriptioninterfaceEvaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasinterfaceRefEval is the super interface for Ref2D and Ref3DEval.Classes in org.apache.poi.ss.formula.eval that implement SheetRangeConstructors in org.apache.poi.ss.formula.eval with parameters of type SheetRangeModifierConstructorDescriptionprotectedAreaEvalBase(AreaI ptg, SheetRange sheets) protectedAreaEvalBase(SheetRange sheets, int firstRow, int firstColumn, int lastRow, int lastColumn) protectedRefEvalBase(SheetRange sheetRange, int rowIndex, int columnIndex)