Uses of Class
org.apache.poi.hssf.record.formula.AreaPtg

Packages that use AreaPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of AreaPtg in org.apache.poi.hssf.record.formula
 

Subclasses of AreaPtg in org.apache.poi.hssf.record.formula
 class AreaAPtg
          Specifies a rectangular area of cells A1:A4 for instance.
 class AreaErrPtg
          AreaErr - handles deleted cell area references.
 class AreaNAPtg
          Specifies a rectangular area of cells A1:A4 for instance.
 class AreaNPtg
          Specifies a rectangular area of cells A1:A4 for instance.
 class AreaNVPtg
          Specifies a rectangular area of cells A1:A4 for instance.
 class AreaVPtg
          Specifies a rectangular area of cells A1:A4 for instance.
 

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

Methods in org.apache.poi.hssf.usermodel with parameters of type AreaPtg
static AreaEval HSSFFormulaEvaluator.evaluateAreaPtg(HSSFSheet sheet, HSSFWorkbook workbook, AreaPtg ap)
           
 



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