[]
Contains a collection of C1DataColumn objects that represent columns that are grouped.
public class GroupedColumnCollection : C1DataColumnCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
Add(C1DataColumn) | Adds a C1DataColumn to the end of the collection. |
Clear() | Removes all elements from the collection. |
Exchange(int, int) | Exchanges the C1DataColumn objects at the specified index. |
Insert(int, C1DataColumn) | Inserts a C1DataColumn at the specified index. |
RemoveAt(int) | Removes the C1DataColumn at the specified index. |