Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of rows in this collection.
|
||
method | get(rowIndex) | |
Gets a |
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 rows through this collection
|
||
method | removeAt(index) | |
Remove the row item at the specified index(position) in this collection.
|
int getCount()
Row get(rowIndex)
Iterator iterator()
Row getRowByIndex(index)
index: int
- The position.clear()
removeAt(index)
index: int
- zero-based index(position, not