Package org.apache.poi.ss.formula
Interface ThreeDEval
- All Superinterfaces:
SheetRange,TwoDEval,ValueEval
- All Known Subinterfaces:
AreaEval
- All Known Implementing Classes:
AreaEvalBase,CacheAreaEval
Optional Extension to the likes of
AreaEval and
AreaEvalBase,
which allows for looking up 3D (sheet+row+column) evaluations-
Method Summary
Methods inherited from interface org.apache.poi.ss.formula.SheetRange
getFirstSheetIndex, getLastSheetIndex
-
Method Details
-
getValue
- Parameters:
sheetIndex- sheet index (zero based)rowIndex- relative row index (zero based)columnIndex- relative column index (zero based)- Returns:
- element at the specified row and column position
-