[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DataColumnCollection

C1DataColumnCollection Class

Contains a collection of C1DataColumn objects.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.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.

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.