org.apache.poi.ss.formula
Interface ThreeDEval

All Superinterfaces:
SheetRange, TwoDEval, ValueEval
All Known Subinterfaces:
AreaEval
All Known Implementing Classes:
AreaEvalBase

public interface ThreeDEval
extends TwoDEval, SheetRange

Optional Extension to the likes of AreaEval and AreaEvalBase, which allows for looking up 3D (sheet+row+column) evaluations


Method Summary
 ValueEval getValue(int sheetIndex, int rowIndex, int columnIndex)
           
 
Methods inherited from interface org.apache.poi.ss.formula.TwoDEval
getColumn, getHeight, getRow, getValue, getWidth, isColumn, isRow, isSubTotal
 
Methods inherited from interface org.apache.poi.ss.formula.SheetRange
getFirstSheetIndex, getLastSheetIndex
 

Method Detail

getValue

ValueEval getValue(int sheetIndex,
                   int rowIndex,
                   int columnIndex)
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