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 |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : Row | |
Row get(rowIndex) |
Method Detail |
---|
iterator | |
Iterator iterator() |
getRowByIndex | |
Row getRowByIndex(index) |
index: int
- The position.clear | |
clear() |
removeAt | |
removeAt(index) |
index: int
- zero-based row index