Uses of Class
org.apache.poi.ss.util.CellReference

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.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
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. 
org.apache.poi.ss.formula.ptg formula package contains binary PTG structures used in Formulas 
org.apache.poi.ss.usermodel.charts   
org.apache.poi.ss.util   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.charts   
 

Uses of CellReference in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type CellReference
static SharedValueManager SharedValueManager.create(SharedFormulaRecord[] sharedFormulaRecords, CellReference[] firstCells, ArrayRecord[] arrayRecords, TableRecord[] tableRecords)
           
 SharedFormulaRecord SharedValueManager.linkSharedFormulaRecord(CellReference firstCell, FormulaRecordAggregate agg)
           
 

Uses of CellReference in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type CellReference
 Ptg HSSFEvaluationWorkbook.get3DReferencePtg(CellReference cr, SheetIdentifier sheet)
           
 

Uses of CellReference in org.apache.poi.hssf.util
 

Subclasses of CellReference in org.apache.poi.hssf.util
 class CellReference
          Common conversion functions between Excel style A1, C27 style cell references, and POI usermodel style row=0, column=0 style 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.
 

Methods in org.apache.poi.ss.formula with parameters of type CellReference
 Ptg FormulaParsingWorkbook.get3DReferencePtg(CellReference cell, SheetIdentifier sheet)
          Produce the appropriate Ptg for a 3d cell reference
 

Uses of CellReference in org.apache.poi.ss.formula.ptg
 

Constructors in org.apache.poi.ss.formula.ptg with parameters of type CellReference
Ref3DPtg(CellReference c, int externIdx)
           
Ref3DPxg(int externalWorkbookNumber, SheetIdentifier sheetName, CellReference c)
           
Ref3DPxg(SheetIdentifier sheetName, CellReference c)
           
RefPtg(CellReference cr)
           
RefPtgBase(CellReference c)
           
 

Uses of CellReference in org.apache.poi.ss.usermodel.charts
 

Methods in org.apache.poi.ss.usermodel.charts that return CellReference
 CellReference ChartSeries.getTitleCellReference()
           
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type CellReference
 void ChartSeries.setTitle(CellReference titleReference)
          Sets the title of the series as a cell reference.
 

Uses of CellReference in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util that return CellReference
 CellReference[] AreaReference.getAllReferencedCells()
          Returns a reference to every cell covered by this area
 CellReference AreaReference.getFirstCell()
           
 CellReference AreaReference.getLastCell()
          Note - if this area reference refers to a single cell, the return value of this method will be identical to that of getFirstCell()
 

Methods in org.apache.poi.ss.util with parameters of type CellReference
static boolean AreaReference.isWholeColumnReference(SpreadsheetVersion version, CellReference topLeft, CellReference botRight)
          Is the reference for a whole-column reference, such as C:C or D:G ?
 

Constructors in org.apache.poi.ss.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.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return CellReference
 CellReference XSSFTable.getEndCellReference()
           
 CellReference XSSFTable.getStartCellReference()
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type CellReference
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position)
          Create a pivot table and set area of source and a position for pivot table
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position, Sheet sourceSheet)
          Create a pivot table and set area of source, source sheet and a position for pivot table
protected  void XSSFPivotTable.createSourceReferences(AreaReference source, CellReference position, Sheet sourceSheet)
          Creates cacheSource and workSheetSource for pivot table and sets the source reference as well assets the location of the pivot table
 Ptg BaseXSSFEvaluationWorkbook.get3DReferencePtg(CellReference cell, SheetIdentifier sheet)
           
protected  void XSSFHyperlink.setCellReference(CellReference ref)
           
 

Uses of CellReference in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts that return CellReference
 CellReference AbstractXSSFChartSeries.getTitleCellReference()
           
 

Methods in org.apache.poi.xssf.usermodel.charts with parameters of type CellReference
 void AbstractXSSFChartSeries.setTitle(CellReference titleReference)
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.