public interface ThreeDEval extends TwoDEval, SheetRange
AreaEval
and
AreaEvalBase
,
which allows for looking up 3D (sheet+row+column) evaluationsModifier and Type | Method and Description |
---|---|
ValueEval |
getValue(int sheetIndex,
int rowIndex,
int columnIndex) |
getColumn, getHeight, getRow, getValue, getWidth, isColumn, isRow, isRowHidden, isSubTotal
getFirstSheetIndex, getLastSheetIndex
ValueEval getValue(int sheetIndex, int rowIndex, int columnIndex)
sheetIndex
- sheet index (zero based)rowIndex
- relative row index (zero based)columnIndex
- relative column index (zero based)Copyright 2022 The Apache Software Foundation or its licensors, as applicable.