[]
        
(Showing Draft Content)

C1.Win.List.C1DataColumnCollection

C1DataColumnCollection Class

Contains a collection of C1DataColumn objects.

Inheritance
C1DataColumnCollection
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class C1DataColumnCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

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.

Methods

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.

Insert(int, C1DataColumn)

Inserts a C1DataColumn at the specified index.

OnInsert(int, object)
RemoveAt(int)

Removes the C1DataColumn at the specified index.