RowCollection
RowCollection class
Row collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Row |
Methods
| Name | Description |
|---|---|
| add | Add the row in the collection. |
| remove | Remove the row from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
RowCollection.Count property
Type: int
RowCollection.Item (int) property
Type: Row
add(row)
Add the row in the collection.
| Parameter | Type | Description |
|---|---|---|
| row | Row |
remove(row)
Remove the row from the collection.
| Parameter | Type | Description |
|---|---|---|
| row | Row |
clear()
removeAt(index)
iterator()
Reserved for internal use.