RowCollection

RowCollection class

Row collection.

Properties

NameTypeDescription
Countint
Item (int)Row

Methods

NameDescription
addAdd the row in the collection.
removeRemove the row from the collection.
clear
removeAt
iteratorReserved for internal use.

RowCollection.Count property

Type: int

RowCollection.Item (int) property

Type: Row

add(row)

Add the row in the collection.

ParameterTypeDescription
rowRow

remove(row)

Remove the row from the collection.

ParameterTypeDescription
rowRow

clear()

removeAt(index)

iterator()

Reserved for internal use.