public class RowCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
Gets the number of rows in this collection.
|
||
Row | get(int rowIndex) | |
Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before.
|
||
| Method Summary | ||
|---|---|---|
void | clear() | |
Clear all rows and cells.
|
||
Row | getRowByIndex(int index) | |
Gets the row object by the position in the list.
|
||
java.util.Iterator | iterator() | |
Gets an enumerator that iterates through this collection
|
||
void | removeAt(int index) | |
Remove the row at the specified index
|
||
public int getCount()
public Row get(int rowIndex)
public java.util.Iterator iterator()
public Row getRowByIndex(int index)
index - The position.public void clear()
public void removeAt(int index)
index - zero-based row index