DataColumnCollection class
DataColumnCollection class
DataColumn collection.
Inheritance: DataColumnCollection → Collection
The DataColumnCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the number of elements actually contained in the collection. |
sort_column | The column on which to sort the data. |
sort_asc | Whether to sort the SortColumn column in ascending (1) or descending (0) order. |
Gets the element at the specified index.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
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
- module aspose.diagram
- class Collection