CREATE_NULL_AS_BLANK, RETURN_BLANK_AS_NULL, RETURN_NULL_AND_BLANK| Constructor and Description |
|---|
POIRow(org.apache.poi.ss.usermodel.Row row) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARECell> |
cellIterator()
Obtain an Iterator over the
IDARECells of this row. |
boolean |
equals(Object o) |
IDARECell |
getCell(int arg0)
Get the
IDARECell in the specified column from this Row. |
IDARECell |
getCell(int arg0,
int arg1)
Get the
IDARECell in the specified column from this Row, using the specified policy to handle non existing or blank cells. |
short |
getLastCellNum()
Gets the index of the last cell contained in this row PLUS ONE.!
|
int |
getRowNum()
Get the position of this row in the enclosing
IDARESheet; |
int |
hashCode() |
Iterator<IDARECell> |
iterator() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<IDARECell> cellIterator()
IDARERowIDARECells of this row.cellIterator in interface IDARERowpublic IDARECell getCell(int arg0)
IDARERowIDARECell in the specified column from this Row.
This is the same as a call to getCell(arg0,IDARERow.RETURN_NULL_AND_BLANK)public IDARECell getCell(int arg0, int arg1)
IDARERowIDARECell in the specified column from this Row, using the specified policy to handle non existing or blank cells.public short getLastCellNum()
IDARERowgetLastCellNum in interface IDARERowpublic int getRowNum()
IDARERowIDARESheet;getRowNum in interface IDARERowIDARESheetCopyright © 2018. All rights reserved.