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