DataColumnCollection class

DataColumnCollection class

DataColumn collection.

Inheritance: DataColumnCollectionCollection

The DataColumnCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
sort_columnThe column on which to sort the data.
sort_ascWhether to sort the SortColumn column in ascending (1) or descending (0) order.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(data_column)Add the dataColumn in the collection.
remove(data_column)Remove the dataColumn from the collection.

See Also