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
 
 
 
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