DataColumnCollection
Contents
[
Hide
]DataColumnCollection class
DataColumn collection.
Properties
| Name | Type | Description |
|---|---|---|
| SortColumn | String | The column on which to sort the data. |
| SortAsc | int | Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL intege |
| Count | int | |
| Item (int) | DataColumn |
Methods
| Name | Description |
|---|---|
| add | Add the dataColumn in the collection. |
| remove | Remove the dataColumn from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
DataColumnCollection.SortColumn property
The column on which to sort the data.
Type: String
DataColumnCollection.SortAsc property
Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant.
Type: int
DataColumnCollection.Count property
Type: int
DataColumnCollection.Item (int) property
Type: DataColumn
add(dataColumn)
Add the dataColumn in the collection.
| Parameter | Type | Description |
|---|---|---|
| dataColumn | DataColumn |
remove(dataColumn)
Remove the dataColumn from the collection.
| Parameter | Type | Description |
|---|---|---|
| dataColumn | DataColumn |
clear()
removeAt(index)
iterator()
Reserved for internal use.