| Constructor | Description |
|---|---|
ExcelRow() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(ExcelCell... values) |
|
ExcelCell |
get(int index) |
|
SimpleList<ExcelCell> |
getChildren() |
|
ExcelCell |
getItem(int index) |
|
int |
getRowPos() |
|
java.util.Iterator<ExcelCell> |
iterator() |
|
int |
size() |
|
ExcelRow |
with(ExcelCell... values) |
public int getRowPos()
public ExcelCell getItem(int index)
public ExcelCell get(int index)
public SimpleList<ExcelCell> getChildren()
public int size()
public boolean add(ExcelCell... values)
public java.util.Iterator<ExcelCell> iterator()
iterator in interface java.lang.Iterable<ExcelCell>