Interface ThreeDEval

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

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 Details

    • 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