|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AreaEval | |
|---|---|
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.ss.formula.eval | |
| Uses of AreaEval in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula that return AreaEval | |
|---|---|
AreaEval |
LazyRefEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
|
| Uses of AreaEval in org.apache.poi.ss.formula.eval |
|---|
| Classes in org.apache.poi.ss.formula.eval that implement AreaEval | |
|---|---|
class |
AreaEvalBase
|
| Methods in org.apache.poi.ss.formula.eval that return AreaEval | |
|---|---|
AreaEval |
RefEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an AreaEval offset by a relative amount from this RefEval |
AreaEval |
AreaEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an AreaEval offset by a relative amount from from the upper left cell
of this area |
| Methods in org.apache.poi.ss.formula.eval with parameters of type AreaEval | |
|---|---|
static ValueEval |
OperandResolver.chooseSingleElementFromArea(AreaEval ae,
int srcCellRow,
int srcCellCol)
Implements (some perhaps not well known) Excel functionality to select a single cell from an area depending on the coordinates of the calling cell. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||