[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.SelectedColumnCollection

SelectedColumnCollection Class

Contains a collection of C1DataColumn objects that represent columns that are selected.

Inheritance
SelectedColumnCollection
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class SelectedColumnCollection : C1DataColumnCollection, IList, ICollection, IEnumerable

Methods

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.