Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
Gets the number of rows in this collection.
|
||
function | get(rowIndex) | |
Gets a |
Method Summary | ||
---|---|---|
function | clear() | |
Clear all rows and cells.
|
||
function | getRowByIndex(index) | |
Gets the row object by the position in the list.
|
||
function | iterator() | |
Gets an enumerator that iterates rows through this collection
|
||
function | removeAt(index) | |
Remove the row item at the specified index(position) in this collection.
|
function getCount()
function get(rowIndex)
function iterator()
function getRowByIndex(index)
index: Number
- The position.function clear()
function removeAt(index)
index: Number
- zero-based index(position, not