Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of rows in this collection.
|
||
method | get(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 | ||
---|---|---|
method | clear() | |
Clear all rows and cells.
|
||
method | getRowByIndex(index) | |
Gets the row object by the position in the list.
|
||
method | iterator() | |
Gets an enumerator that iterates through this collection
|
||
method | removeAt(index) | |
Remove the row at the specified index
|
int getCount()
Row get(rowIndex)
Iterator iterator()
Row getRowByIndex(index)
index: int
- The position.clear()
removeAt(index)
index: int
- zero-based row index