DataColumnCollection
Contents
[
Hide
]DataColumnCollection class
DataColumn collection.
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| dataColumn | DataColumn |
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.
| Parameter | Type | 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.