Package org.apache.poi.ss.formula.ptg
Interface AreaI
- 
- All Known Implementing Classes:
 Area2DPtgBase,Area3DPtg,Area3DPxg,AreaI.OffsetArea,AreaNPtg,AreaPtg,AreaPtgBase
public interface AreaICommon interface for AreaPtg and Area3DPtg, and their child classes. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAreaI.OffsetArea 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFirstColumn()intgetFirstRow()intgetLastColumn()intgetLastRow() 
 - 
 
- 
- 
Method Detail
- 
getFirstRow
int getFirstRow()
- Returns:
 - the first row in the area
 
 
- 
getLastRow
int getLastRow()
- Returns:
 - last row in the range (x2 in x1,y1-x2,y2)
 
 
- 
getFirstColumn
int getFirstColumn()
- Returns:
 - the first column number in the area.
 
 
- 
getLastColumn
int getLastColumn()
- Returns:
 - lastcolumn in the area
 
 
 - 
 
 -