|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellReference | |
---|---|
org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
Uses of CellReference in org.apache.poi.hssf.record.aggregates |
---|
Methods in org.apache.poi.hssf.record.aggregates with parameters of type CellReference | |
---|---|
SharedValueRecordBase |
SharedValueManager.getRecordForFirstCell(CellReference firstCell,
FormulaRecordAggregate agg)
The SharedValueRecordBase record returned by this method |
SharedFormulaRecord |
SharedValueManager.linkSharedFormulaRecord(CellReference firstCell,
FormulaRecordAggregate agg)
|
Uses of CellReference in org.apache.poi.hssf.util |
---|
Constructors in org.apache.poi.hssf.util with parameters of type CellReference | |
---|---|
AreaReference(CellReference topLeft,
CellReference botRight)
Creates an area ref from a pair of Cell References. |
Uses of CellReference in org.apache.poi.ss.formula |
---|
Methods in org.apache.poi.ss.formula that return CellReference | |
---|---|
CellReference |
Formula.getExpReference()
Gets the locator for the corresponding SharedFormulaRecord , ArrayRecord or
TableRecord if this formula belongs to such a grouping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |