[]
Contains a collection of C1DataColumn objects.
public class C1DataColumnCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the specified C1DataColumn from the collection at the specified index. |
this[string] | Gets the specified C1DataColumn from the collection with the specified name. |
Name | Description |
---|---|
Add(C1DataColumn) | Adds a C1DataColumn to the end of the collection. |
Clear() | Removes all elements from the collection. |
IndexOf(C1DataColumn) | Gets the index of the specified C1DataColumn. |
IndexOf(string) | Gets the index of a C1DataColumn with the specified DataField. |
Insert(int, C1DataColumn) | Inserts a C1DataColumn at the specified index. |
OnInsert(int, object) | |
RemoveAt(int) | Removes the C1DataColumn at the specified index. |