| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | getSortAsc() | |
method | setSortAsc(value) | |
| Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant. | ||
method | getSortColumn() | |
method | setSortColumn(value) | |
| The column on which to sort the data. | ||
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(dataColumn) | |
Add the dataColumn in the collection.
|
||
method | clear() | |
method | iterator() | |
Reserved for internal use. |
||
method | remove(dataColumn) | |
Remove the dataColumn from the collection.
|
||
method | removeAt(index) | |
String getSortColumn() / setSortColumn(value)
int getSortAsc() / setSortAsc(value)
int getCount()
DataColumn get(index)
int add(dataColumn)
dataColumn: DataColumn - remove(dataColumn)
dataColumn: DataColumn - clear()
removeAt(index)
Iterator iterator()