Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
Gets the number of rows in this collection. | ||
function | 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 | ||
---|---|---|
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 through this collection | ||
function | removeAt(index) | |
Remove the row at the specified index |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : Row | |
function get(rowIndex) |
Method Detail |
---|
iterator | |
function iterator() |
getRowByIndex | |
function getRowByIndex(index) |
index: Number
- The position.clear | |
function clear() |
removeAt | |
function removeAt(index) |
index: Number
- zero-based row index