Package org.apache.poi.ss.formula.ptg
Interface AreaI
- All Known Implementing Classes:
Area2DPtgBase
,Area3DPtg
,Area3DPxg
,AreaI.OffsetArea
,AreaNPtg
,AreaPtg
,AreaPtgBase
public interface AreaI
Common interface for AreaPtg and Area3DPtg, and their child classes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Method Details
-
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
-