public final class LazyRefEval extends RefEvalBase
Constructor and Description |
---|
LazyRefEval(int rowIndex,
int columnIndex,
org.apache.poi.ss.formula.SheetRangeEvaluator sre) |
Modifier and Type | Method and Description |
---|---|
ValueEval |
getInnerValueEval(int sheetIndex) |
boolean |
isRowHidden() |
boolean |
isSubTotal() |
AreaEval |
offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an
AreaEval offset by a relative amount from this RefEval |
java.lang.String |
toString() |
getColumn, getFirstSheetIndex, getLastSheetIndex, getNumberOfSheets, getRow
public LazyRefEval(int rowIndex, int columnIndex, org.apache.poi.ss.formula.SheetRangeEvaluator sre)
public ValueEval getInnerValueEval(int sheetIndex)
public AreaEval offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)
RefEval
AreaEval
offset by a relative amount from this RefEvalpublic boolean isSubTotal()
public boolean isRowHidden()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.