Progress® Telerik® Reporting R1 2021
DataColumnCollection Methods
The DataColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Creates a DataColumn with specific settings and
adds it to the
DataColumnCollection.
|
![]() | AddRange |
Adds an enumerable of DataColumn objects to the
DataColumnCollection.
|
![]() | ClearItems | (Overrides CollectionTClearItems.) |
![]() | Contains |
Determines whether the DataColumnCollection
contains a column with a specific name.
|
![]() | IndexOf |
Determines the index of a specific column in the
DataColumnCollection.
|
![]() | InsertItem |
Inserts an item to the DataColumnCollection at
the specified index.
(Overrides CollectionTInsertItem(Int32, T).) |
![]() | RemoveItem | (Overrides CollectionTRemoveItem(Int32).) |