| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_NULL_AS_BLANK
A Few Values to see how to handle missing or empty cells.
|
static int |
RETURN_BLANK_AS_NULL |
static int |
RETURN_NULL_AND_BLANK |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARECell> |
cellIterator()
Obtain an Iterator over the
IDARECells of this row. |
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; |
forEach, iterator, spliteratorstatic final int CREATE_NULL_AS_BLANK
static final int RETURN_BLANK_AS_NULL
static final int RETURN_NULL_AND_BLANK
Iterator<IDARECell> cellIterator()
IDARECells of this row.IDARECell getCell(int arg0)
IDARECell in the specified column from this Row.
This is the same as a call to getCell(arg0,IDARERow.RETURN_NULL_AND_BLANK)arg0 - the column requestedIDARECell at the specified position, or null, if it does not existIDARECell getCell(int arg0, int arg1)
IDARECell in the specified column from this Row, using the specified policy to handle non existing or blank cells.arg0 - the column requestedarg1 - The row requestedIDARECell at the specified position (blank or nulls will be handled according to the provided policy.short getLastCellNum()
int getRowNum()
IDARESheet;IDARESheetCopyright © 2018. All rights reserved.