Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public interface: AreaI [javadoc | source]

All Known Implementing Classes:
    AreaPtgBase, Area2DPtgBase, AreaNPtg, AreaPtg, Area3DPtg

Common interface for AreaPtg and Area3DPtg, and their child classes.
Method from org.apache.poi.hssf.record.formula.AreaI Summary:
getFirstColumn,   getFirstRow,   getLastColumn,   getLastRow,   isFirstColRelative,   isFirstRowRelative,   isLastColRelative,   isLastRowRelative
Method from org.apache.poi.hssf.record.formula.AreaI Detail:
 public int getFirstColumn()
 public int getFirstRow()
 public int getLastColumn()
 public int getLastRow()
 public boolean isFirstColRelative()
 public boolean isFirstRowRelative()
 public boolean isLastColRelative()
 public boolean isLastRowRelative()