Methods

add(dataColumn) → Number

Add the dataColumn in the collection.

Parameter

Name Type Optional Description

dataColumn

DataColumn

 

Returns

Number 

clear()

get()

getCount()

getSortAsc()

Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant.

getSortColumn()

The column on which to sort the data.

iterator()

Reserved for internal use.

remove(dataColumn)

Remove the dataColumn from the collection.

Parameter

Name Type Optional Description

dataColumn

DataColumn

 

removeAt()

setSortAsc()

Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant.

setSortColumn()

The column on which to sort the data.