DataColumnCollection

DataColumnCollection class

DataColumn collection.

Methods

NameDescription
add(dataColumn)Add the dataColumn in the collection.
clear()
get()
getCount()
getSortAsc()Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL intege
getSortColumn()The column on which to sort the data.
iterator()Reserved for internal use.
remove(dataColumn)Remove the dataColumn from the collection.
removeAt()
setSortAsc()Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL intege
setSortColumn()The column on which to sort the data.

add(dataColumn)

Add the dataColumn in the collection.

ParameterTypeDescription
dataColumnDataColumn

Returns: Number — 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.

ParameterTypeDescription
dataColumnDataColumn

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.