C1DataColumnCollection Class Members
In This Topic
The following tables list the members exposed by C1DataColumnCollection.
Public Properties
| Name | Description |
| Capacity | (Inherited from System.Collections.CollectionBase) |
| Count | (Inherited from System.Collections.CollectionBase) |
| Item | Overloaded. Gets the specified C1DataColumn from the collection at the specified index. |
Top
Protected Properties
| Name | Description |
| InnerList | (Inherited from System.Collections.CollectionBase) |
| List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
| Name | Description |
| Add | Adds a C1DataColumn to the end of the collection. |
| Clear | Removes all elements from the collection. |
| IndexOf | Overloaded. Gets the index of the specified C1DataColumn. |
| Insert | Inserts a C1DataColumn at the specified index. |
| RemoveAt | Removes the C1DataColumn at the specified index. |
Top
See Also