|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.util.HSSFCellRangeAddress.AddrStructure
public class HSSFCellRangeAddress.AddrStructure
Constructor Summary | |
---|---|
HSSFCellRangeAddress.AddrStructure(short first_row,
short last_row,
short first_col,
short last_col)
|
Method Summary | |
---|---|
short |
getFirstColumn()
get the upper left hand corner column number |
short |
getFirstRow()
get the upper left hand corner row number |
short |
getLastColumn()
get the lower right hand corner column number |
short |
getLastRow()
get the lower right hand corner row number |
void |
setFirstColumn(short first_col)
set the upper left hand corner column number |
void |
setFirstRow(short first_row)
set the upper left hand corner row number |
void |
setLastColumn(short last_col)
set the lower right hand corner column number |
void |
setLastRow(short last_row)
get the lower right hand corner row number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSSFCellRangeAddress.AddrStructure(short first_row, short last_row, short first_col, short last_col)
Method Detail |
---|
public short getFirstColumn()
public short getFirstRow()
public short getLastColumn()
public short getLastRow()
public void setFirstColumn(short first_col)
this._first_col
- column number for the upper left hand cornerpublic void setFirstRow(short first_row)
rowFrom
- row number for the upper left hand cornerpublic void setLastColumn(short last_col)
colTo
- column number for the lower right hand cornerpublic void setLastRow(short last_row)
rowTo
- row number for the lower right hand corner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |