RowCollection
RowCollection class
Row collection.
Methods
| Name | Description |
|---|---|
| add(row) | Add the row in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(row) | Remove the row from the collection. |
| removeAt() |
add(row)
Add the row in the collection.
| Parameter | Type | Description |
|---|---|---|
| row | Row |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(row)
Remove the row from the collection.
| Parameter | Type | Description |
|---|---|---|
| row | Row |