DataColumnCollection
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. |